How to skip the build proccess in nuxi generate, if a build already exists?
In nuxt2 you could skip the build with "--no-build" parameter if a build already exists. The build process takes quite some time. When I just want to generate/prerender some new additional routes (without app changes), it would be great if you could skip the build process for generate in nuxt3.
Does anybody has a solution for this?
Does anybody has a solution for this?