Replies: 2 comments 4 replies
-
Let me break this in a few simple steps, first validate your packages:
Now you need to go into
Now create a new run script in
Now run the combined script using your package manager e.g HMR and Live Reload should work now on Cloudflare Pages with no issues since it will reload the public dir :) |
Beta Was this translation helpful? Give feedback.
-
i think if you have included the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I can't seem to work out how to get live reload in development when using Cloudflare Pages.
It seems
wrangler pages dev
only works with a static build usingremix vite:build
and does not support theremix vite:dev
command in anyway. Based on this I assumed rerunning the build command would allow the wrangler server to pick up the new changes however, this also doesn't work without restarting the wrangler command.Is there any guidance on this?
Beta Was this translation helpful? Give feedback.
All reactions