Update extension-server.ts

This commit is contained in:
Tommy D. Rossi
2025-11-15 18:55:33 +01:00
parent 06779339ae
commit d5b9ce6f41
-5
View File
@@ -5,11 +5,6 @@ async function main() {
console.log('Server running. Press Ctrl+C to stop.')
process.on('SIGINT', () => {
console.log('\nShutting down...')
server.close()
process.exit(0)
})
}
main().catch(console.error)