Wrangler doesn't wait for functions deployment it seems, so something with your Functions are causin
Wrangler doesn't wait for functions deployment it seems, so something with your Functions are causing an issue.
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"