Skip to content

Commit 4d20d1a

Browse files
committed
Sync
1 parent 8477a48 commit 4d20d1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cli/src/build.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ export async function build() {
1616
process.exit(1);
1717
}
1818

19+
// Equivalent to setting `target: 'standalone'` in next.config.js
1920
process.env.NEXT_PRIVATE_STANDALONE = 'true';
20-
21+
2122
// Build app
2223
const ret = await nextBuild({
2324
files: [],

0 commit comments

Comments
 (0)