dash.cloudflare.com/ACCOUNT_ID/pages/view/PROJECT/DEPLOYMENT_ID where the deployment ID looks something like a398d794-7322-4c97-96d9-40b5140a8d9b).addc7a35-1aad-429f-9bc2-8c14f6b93159f5136429-cac9-4980-8757-e6d4db4d06308bdcc17d-149a-4c52-a564-15b993faa8c7https://raw.githubusercontent.com/vipulchaturvedi/yolo-onnx/main/best.onnx node_modules/styled-components/dist/styled-components.esm.js:1:30830:
1 │ ...this.seal();var t = require("stream").Transform,n = e,o = this.i...
╵ ~~~~~~~~
The package "stream" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.
stream package or any packages that depend on it.compatibility_flags = [ "nodejs_compat" ]
"start": "wrangler pages dev --compatibility-date=2023-06-21 --compatibility-flags="nodejs_compat" ./public",

"start": "wrangler pages dev --compatibility-date=2023-06-21 --compatibility-flags=\"nodejs_compat\" ./public"