Incorrect preview command in nitro.json
when output.publicDir
option is set
#2948
Labels
bug
Something isn't working
nitro.json
when output.publicDir
option is set
#2948
Environment
Reproduction
npx nuxi generate
dist/nitro.json
Describe the bug
Due to the fact that the command
npx serve ./public
is generated instead ofnpx serve ./
,npx nuxi preview
does not work correctly and the server does not start.Is it possible to change preview command to
npx serve ./
whenoutput.publicDir
option is set?Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: