Cole
Cole
CDCloudflare Developers
Created by Cole on 7/18/2024 in #workers-help
`wrangler dev` doesn't restart the server even after re-running the build command...
Has anyone experienced this issue? My wrangler.toml looks like this:
#:schema node_modules/wrangler/config-schema.json
name = "phosphor-server"
main = "build/phosphor-server.min.mjs"
compatibility_date = "2024-07-12"
compatibility_flags = ["nodejs_compat"]
no_bundle = true

[build]
command = "bun run vite build"
#:schema node_modules/wrangler/config-schema.json
name = "phosphor-server"
main = "build/phosphor-server.min.mjs"
compatibility_date = "2024-07-12"
compatibility_flags = ["nodejs_compat"]
no_bundle = true

[build]
command = "bun run vite build"
4 replies
CDCloudflare Developers
Created by Cole on 1/16/2024 in #pages-help
Qwik-City deployment no longer working (couple days ago)
No description
2 replies
CDCloudflare Developers
Created by Cole on 1/2/2024 in #pages-help
Deployment fails on upload files with zero help
Okay, so I try to upload via wrangler deploy, then via direct upload of my build folder, and there's absolutely nothing I can find to indicate why the deployment is failing.
2 replies