Skip to content

Commit 9a51e51

Browse files
committed
fix: force server to always start in a new window on macOS
1 parent 462ae34 commit 9a51e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli-tools/src/startServerInNewWindow.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function startServerInNewWindow(
100100
try {
101101
return execa.sync(
102102
'open',
103-
['-a', terminal, launchPackagerScript],
103+
['-na', terminal, launchPackagerScript],
104104
procConfig,
105105
);
106106
} catch (error) {

0 commit comments

Comments
 (0)