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 f87714a commit c3c457dCopy full SHA for c3c457d
packages/open-next/src/index.ts
@@ -69,7 +69,7 @@ function runLocally() {
69
console.error(
70
"OpenNext server function not found. Please build it before running this command.",
71
);
72
- return;
+ process.exit(1);
73
}
74
printHeader("Running OpenNext locally");
75
spawnSync("node", [handlerPath], {
@@ -83,7 +83,7 @@ function writeLocalConfig() {
83
84
"open-next.config.local.ts already exists. Please remove it before running this command.",
85
86
87
88
89
try {
0 commit comments