refactor(server): simplify listener lifecycle (#27413)

This commit is contained in:
Kit Langton 2026-05-14 20:00:52 -04:00 committed by GitHub
commit 195f592640
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 444 additions and 211 deletions

View file

@ -32,11 +32,6 @@
"bun": "./src/pty/pty.bun.ts",
"node": "./src/pty/pty.node.ts",
"default": "./src/pty/pty.bun.ts"
},
"#httpapi-server": {
"bun": "./src/server/httpapi-server.node.ts",
"node": "./src/server/httpapi-server.node.ts",
"default": "./src/server/httpapi-server.node.ts"
}
},
"devDependencies": {