We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--host
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
Like when using SSG without vike-server.
vike-server
The text was updated successfully, but these errors were encountered:
I'm not sure if we can do that without duplicating some Vite's code 🤔
Sorry, something went wrong.
It should already do it since Vike calls printUrls(): https://github.com/vikejs/vike/blob/78ec4be45272dab3c2fda892ea9cd0f43d373659/vike/node/cli/entry.ts#L38-L39. So I guess removing the following does the trick?
printUrls()
https://github.com/vikejs/vike-node/blob/27a023539bf2889d0ab3b2785f4a24293dfcfde5/packages/vike-server/src/plugin/plugins/devServerPlugin.ts#L187
I guess Dani wrote that because back then we intended to have zero CLI options.
Sadly, printUrls throws an Error in middleware mode (and resolvedUrls is not populated either).
printUrls
resolvedUrls
No branches or pull requests
Like when using SSG without
vike-server
.The text was updated successfully, but these errors were encountered: