We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41bbec0 commit c44cb01Copy full SHA for c44cb01
src/bootstrap/index-stage1.ts
@@ -6,4 +6,4 @@ import * as stage2 from "netlify:bootstrap-stage2";
6
// the server. However, the entry file of an ESZIP bundle can't use relative
7
// imports, so we code-gen an entry file in `src/bundler/stage1.ts` that then
8
// imports this file and calls `boot`.
9
-export const boot = () => serve(stage2.functions);
+export const boot = () => serve(() => stage2.functions);
0 commit comments