feat: codex auth support (#7537)

This commit is contained in:
Aiden Cline 2026-01-09 15:47:37 -08:00 committed by GitHub
commit 172bbdaced
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 487 additions and 18 deletions

View file

@ -74,6 +74,7 @@ export namespace Server {
const app = new Hono()
export const App: () => Hono = lazy(
() =>
// TODO: Break server.ts into smaller route files to fix type inference
app
.onError((err, c) => {
log.error("failed", {