We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 247a019 commit d346384Copy full SHA for d346384
packages/opencode/src/server/server.ts
@@ -78,7 +78,7 @@ export namespace Server {
78
const app = new Hono()
79
export const App: () => Hono = lazy(
80
() =>
81
- // TODO: Break server.ts into smaller route files to fix type inference
+ // @ts-ignore TS2589 - Type instantiation excessively deep. TODO: Break server.ts into smaller route files
82
app
83
.onError((err, c) => {
84
log.error("failed", {
0 commit comments