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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
stream: 'web'
To avoid this error: #30.
See https://vike.dev/stream.
Let's do this after we make vike-node a Vike extension.
vike-node
Note
It's currently a Vite plugin and not a Vike extension. We'll be able to make it a Vike extension after we implemented the Vike CLI.
Edit: instead of using stream let's create a new settting streamType: 'node' | 'web', so that the user can still enable/disable streaming.
stream
streamType: 'node' | 'web'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To avoid this error: #30.
See https://vike.dev/stream.
Let's do this after we make
vike-node
a Vike extension.Note
It's currently a Vite plugin and not a Vike extension. We'll be able to make it a Vike extension after we implemented the Vike CLI.
Edit: instead of using
stream
let's create a new setttingstreamType: 'node' | 'web'
, so that the user can still enable/disable streaming.The text was updated successfully, but these errors were encountered: