diff --git a/ui/desktop/src/gooseServe.ts b/ui/desktop/src/gooseServe.ts index bfaccaed1..f22274681 100644 --- a/ui/desktop/src/gooseServe.ts +++ b/ui/desktop/src/gooseServe.ts @@ -387,7 +387,6 @@ export const startGooseServe = async ({ env: buildGooseServeEnv(secretKey, goosePath, additionalEnv), cwd: workingDir, windowsHide: true, - detached: process.platform === 'win32', shell: false as const, stdio: ['ignore', 'pipe', 'pipe'] as ['ignore', 'pipe', 'pipe'], };