Pages HMR + Function serving?
Hey there, I currently have a Vite based app that has HMR local development server, but to test it with functions locally, I have to build everytime and run
Anything to make it all within one server with hot reloading and not static asset?
wrangler pages dev <STATIC_ASSET>.Anything to make it all within one server with hot reloading and not static asset?