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(
|
export const App: () => Hono = lazy(
|
||||||
() =>
|
() =>
|
||||||
// TODO: Break server.ts into smaller route files to fix type inference
|
// 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
|
app
|
||||||
.onError((err, c) => {
|
.onError((err, c) => {
|
||||||
log.error("failed", {
|
log.error("failed", {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue