`wrangler pages dev` doesn't reload when SvelteKit code changes

I found this issue to sense when something changes. Previously it only sensed when _worker.js changed and this was supposedly addressed. I'm using the latest wrangler and sveltekit.
GitHub
Describe the solution It would be nice for wrangler to reload on any changes in the directory and subdirectories. Currently it will only reload if _worker.js is changed. It won't reload if any ...
Was this page helpful?