Skip to content

Commit

Permalink
fix missing env var
Browse files Browse the repository at this point in the history
  • Loading branch information
shuding committed Apr 5, 2023
1 parent 25155a2 commit 725579d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/next/src/server/lib/server-ipc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export const createWorker = (
__NEXT_PRIVATE_RENDER_WORKER: type,
__NEXT_PRIVATE_ROUTER_IPC_PORT: ipcPort + '',
NODE_ENV: process.env.NODE_ENV,
NEXT_PREBUNDLED_REACT: process.env.NEXT_PREBUNDLED_REACT,
},
execArgv: genExecArgv(
isNodeDebugging === undefined ? false : isNodeDebugging,
Expand Down

0 comments on commit 725579d

Please sign in to comment.