File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/cloudflare/src/cli/build Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ export async function bundleServer(buildOpts: BuildOptions): Promise<void> {
147147 "process.env.TURBOPACK" : "false" ,
148148 // This define should be safe to use for Next 14.2+, earlier versions (13.5 and less) will cause trouble
149149 "process.env.__NEXT_EXPERIMENTAL_REACT" : `${ needsExperimentalReact ( nextConfig ) } ` ,
150- "process.env__NEXT_BUILD_ID " : JSON . stringify ( loadBuildId ( baseManifestPath ) ) ,
150+ "process.env.__NEXT_BUILD_ID " : JSON . stringify ( loadBuildId ( baseManifestPath ) ) ,
151151 } ,
152152 banner : {
153153 // We need to import them here, assigning them to `globalThis` does not work because node:timers use `globalThis` and thus create an infinite loop
You can’t perform that action at this time.
0 commit comments