We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30522b6 commit f10822aCopy full SHA for f10822a
1 file changed
packages/start/src/internal.d.ts
@@ -10,5 +10,6 @@ declare module "h3" {
10
import type { Rollup } from "vite";
11
declare global {
12
var START_CLIENT_BUNDLE: Rollup.OutputBundle;
13
+ var canSendFastNodeStreams: boolean | undefined;
14
var USING_SOLID_START_DEV_SERVER: boolean | undefined;
15
}
0 commit comments