mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-24 13:54:07 +00:00
rm comment
This commit is contained in:
parent
5d9801f206
commit
4f2514d9f5
1 changed files with 0 additions and 1 deletions
|
|
@ -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", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue