We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Before Vike CLI, the vite preview command isn't supported (#2010 (comment)) and node dist/server/index.mjs command must be used.
vite preview
node dist/server/index.mjs
Using vike preview by CLI Migration page, that command still not supported.
vike preview
node dist/server/index.mjs doesn't need any CLI (vite or vike)
- - "preview": "vite preview" - + "preview": "vike preview" + "preview": "node dist/server/index.mjs"
preview
- - "preview": "vite preview" + - "preview": "node dist/server/index.mjs" + "preview": "vike preview"
The text was updated successfully, but these errors were encountered:
609dc8a
👍 We could do this: vikejs/vike-node#41.
Sorry, something went wrong.
No branches or pull requests
Description
Before Vike CLI, the
vite preview
command isn't supported (#2010 (comment)) andnode dist/server/index.mjs
command must be used.Using
vike preview
by CLI Migration page, that command still not supported.node dist/server/index.mjs
doesn't need any CLI (vite or vike)Alternatives for doc
Diffs to fix doc:
preview
command (that callnode dist/server/index.mjs
) and could do other things.The [@brillout/vite-plugin-server-entry] Cannot find server entry #2010 (comment) should be reverted.
Diffs to fix doc:
The text was updated successfully, but these errors were encountered: