26 ms·
I'm glad you liked it! Were you using a local build or were you uploading to a server on each change? For the local build we have the 'generate-server --watch'
by andrewww-dev 17d ago
I'm glad you liked it! Were you using a local build or were you uploading to a server on each change?
For the local build we have the 'generate-server --watch' command and I want to add an option so on every rebuild it runs another command, something like 'generate-server --watch --command "pnpm run dev"' so on every change the server runs the latest version of the code.
For when you upload to a server theres no much we can do because the builds on the server take too long, something we have on the roadmap is having our own server provider and the number 1 priority is that is so fast that you can deploy a new version on every local change.