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 e68e8e4 commit 33873c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vike-solid/types/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ declare global {
*
* https://vike.dev/stream
*/
stream?: boolean | "web";
stream?: boolean | "node" | "web";

/**
* Client-side hook called after the page is rendered.
Expand Down

0 comments on commit 33873c5

Please sign in to comment.