feat: codex auth support (#7537)
This commit is contained in:
parent
563b4c33f2
commit
172bbdaced
7 changed files with 487 additions and 18 deletions
|
|
@ -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", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue