Skip to content

Commit f9bb92a

Browse files
author
Nicolas Dorseuil
committed
fix env
1 parent 1664d83 commit f9bb92a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/open-next/src/build/compileConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export function compileOpenNextConfigEdge(
120120
external: externals,
121121
define: {
122122
// with the default esbuild config, the NODE_ENV will be set to "development", we don't want that
123-
"process.env.NODE_ENV": "production",
123+
"process.env.NODE_ENV": '"production"',
124124
},
125125
});
126126
}

0 commit comments

Comments
 (0)