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 68ccc71 commit 5736037Copy full SHA for 5736037
packages/open-next/src/build/createServerBundle.ts
@@ -303,7 +303,7 @@ async function generateBundle(
303
banner: {
304
js: [
305
needsGlobalOutputDir(options)
306
- ? `globalThis.outputDir = "${outputDir}"`
+ ? `globalThis.outputDir = "${outputDir}";`
307
: "",
308
"import process from 'node:process';",
309
"import { Buffer } from 'node:buffer';",
0 commit comments