vike-react 0.5.9 → 0.5.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types/Config.d.ts +1 -9
- package/package.json +1 -1
package/dist/types/Config.d.ts
CHANGED
@@ -137,15 +137,7 @@ declare global {
|
|
137
137
|
*/
|
138
138
|
ssr?: boolean;
|
139
139
|
/**
|
140
|
-
*
|
141
|
-
*
|
142
|
-
* Requires Server-Side Rendering (`ssr: true`).
|
143
|
-
*
|
144
|
-
* A Node.js Stream is used whenever possible, falling back to a Web Stream otherwise.
|
145
|
-
*
|
146
|
-
* By setting the value to `web` or `node`, you force the usage of a Web Stream or Node.js Stream.
|
147
|
-
*
|
148
|
-
* @default false
|
140
|
+
* Enable or disable HTML Streaming.
|
149
141
|
*
|
150
142
|
* https://vike.dev/stream
|
151
143
|
*/
|