refactor(server): simplify router middleware with next() (#21720)

This commit is contained in:
Dax 2026-04-11 16:55:17 -04:00 committed by GitHub
commit ca5f086759
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
32 changed files with 767 additions and 467 deletions

View file

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