Skip to content

Commit c44cb01

Browse files
committed
Sync bootstrap code
1 parent 41bbec0 commit c44cb01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/index-stage1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ import * as stage2 from "netlify:bootstrap-stage2";
66
// the server. However, the entry file of an ESZIP bundle can't use relative
77
// imports, so we code-gen an entry file in `src/bundler/stage1.ts` that then
88
// imports this file and calls `boot`.
9-
export const boot = () => serve(stage2.functions);
9+
export const boot = () => serve(() => stage2.functions);

0 commit comments

Comments
 (0)