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
wrangler pages dev <STATIC_ASSET>
wrangler pages dev <STATIC_ASSET>
.
Anything to make it all within one server with hot reloading and not static asset?