Skip to content

Commit 3991e44

Browse files
committed
fix: disable concurrently restartTries
1 parent ab17601 commit 3991e44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli/commands/start.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export async function start(startContext: string, program: CLIConfig) {
111111
}
112112

113113
await concurrently(concurrentlyCommands, {
114-
restartTries: 1,
114+
restartTries: 0,
115115
prefix: "name",
116116
}).then(
117117
() => process.exit(),

0 commit comments

Comments
 (0)