7 ms·
I tried it on small project. A lot of promising ideas. I don't even care it is so new. What didn't work for me is the build step. In a bigger project it should
by desireco42 16d ago
I tried it on small project. A lot of promising ideas. I don't even care it is so new.
What didn't work for me is the build step. In a bigger project it should be normal to have this but I really love to interactively build and having to restart and rebuild after each change is issue for me.
- andrewww-dev 15d agoI'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.