`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"
Was this page helpful?