Hey! I'm new using wrangler and so far I love it. I'm having a small issue in dev though and I found
Hey! I'm new using wrangler and so far I love it. I'm having a small issue in dev though and I found some issues mentioning it, but they were all closed as fixed.
I'm doing dev on a sveltekit app using the cloudflare adapter (for pages)
Following the documentation, I have
My app rebuilds on save, but wrangler gives me an error about missing files.. but they are there, it almost look like it is too fast and run before vite actually replaces the files or something. My current solution is to restart wrangler manually.
Running wrangler 3.4 in WSL2 (windows 10)
Any ideas ?
I'm doing dev on a sveltekit app using the cloudflare adapter (for pages)
Following the documentation, I have
vite build --watch my first terminal and wrangler pages dev .svelte-kit/cloudflare --live-reload in my second terminal. My app rebuilds on save, but wrangler gives me an error about missing files.. but they are there, it almost look like it is too fast and run before vite actually replaces the files or something. My current solution is to restart wrangler manually.
Running wrangler 3.4 in WSL2 (windows 10)
Any ideas ?


