the statusphere demo reworked into a vite/react app in a monorepo
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

exit with 0

+1 -1
+1 -1
packages/appview/src/index.ts
··· 135 const onCloseSignal = async () => { 136 setTimeout(() => process.exit(1), 10000).unref() // Force shutdown after 10s 137 await server.close() 138 - process.exit() 139 } 140 141 process.on('SIGINT', onCloseSignal)
··· 135 const onCloseSignal = async () => { 136 setTimeout(() => process.exit(1), 10000).unref() // Force shutdown after 10s 137 await server.close() 138 + process.exit(0) 139 } 140 141 process.on('SIGINT', onCloseSignal)