mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-24 14:55:19 +00:00
rm comment
This commit is contained in:
@@ -75,7 +75,6 @@ export namespace Server {
|
||||
export const App: () => Hono = lazy(
|
||||
() =>
|
||||
// TODO: Break server.ts into smaller route files to fix type inference
|
||||
// @ts-expect-error - Hono route chain is too deep for TypeScript's type inference
|
||||
app
|
||||
.onError((err, c) => {
|
||||
log.error("failed", {
|
||||
|
||||
Reference in New Issue
Block a user