Skip to content

Commit bb271d1

Browse files
committed
fix typo
1 parent 56f7d17 commit bb271d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cloudflare/src/cli/build/bundle-server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)