Skip to content

Commit

Permalink
fix: improve stream setting type
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Dec 10, 2024
1 parent 9ddce6b commit 2770f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vike-vue/src/types/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ declare global {
*
* https://vike.dev/stream
*/
stream?: boolean | 'web'
stream?: boolean | 'node' | 'web'

/**
* The page's root Vue component.
Expand Down

0 comments on commit 2770f98

Please sign in to comment.