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
$ vike preview
I'd rather have users directly call $ node dist/server/index.mjs instead of hiding it behind a CLI.
$ node dist/server/index.mjs
That said, one thing we could do is to make $ vike preview call $ node dist/server/index.mjs while showing a warning:
[Vike][Warning] Call $ node dist/server/index.mjs instead of $ vike preview in production.
Ideally detecting whether the CLI was called with Bun/Deno/Node in order to print an accurate instruction in the warning.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'd rather have users directly call
$ node dist/server/index.mjs
instead of hiding it behind a CLI.That said, one thing we could do is to make
$ vike preview
call$ node dist/server/index.mjs
while showing a warning:Ideally detecting whether the CLI was called with Bun/Deno/Node in order to print an accurate instruction in the warning.
The text was updated successfully, but these errors were encountered: