diff --git a/src/commands/web.ts b/src/commands/web.ts index eda4a8f..ce821ef 100644 --- a/src/commands/web.ts +++ b/src/commands/web.ts @@ -289,6 +289,7 @@ function launchProcesses(out: ReturnType): void { cwd: webUiDir, detached: true, stdio: ['ignore', webUiLog, webUiLog], + shell: true, }); webUiProcess.unref();