diff --git a/packages/appview/src/index.ts b/packages/appview/src/index.ts index 2e1ff70..ae2d877 100644 --- a/packages/appview/src/index.ts +++ b/packages/appview/src/index.ts @@ -135,7 +135,6 @@ const run = async () => { const onCloseSignal = async () => { setTimeout(() => process.exit(1), 10000).unref() // Force shutdown after 10s await server.close() - process.exit(0) } process.on('SIGINT', onCloseSignal)