Skip to content

Commit f10822a

Browse files
committed
add type
1 parent 30522b6 commit f10822a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/start/src/internal.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ declare module "h3" {
1010
import type { Rollup } from "vite";
1111
declare global {
1212
var START_CLIENT_BUNDLE: Rollup.OutputBundle;
13+
var canSendFastNodeStreams: boolean | undefined;
1314
var USING_SOLID_START_DEV_SERVER: boolean | undefined;
1415
}

0 commit comments

Comments
 (0)