diff --git a/src/app.ts b/src/app.ts index 8bdeccf3..18b0fb96 100644 --- a/src/app.ts +++ b/src/app.ts @@ -166,7 +166,7 @@ export interface AppEnv extends HonoEnv { type AppContext = Context; type AppMiddleware = MiddlewareHandler; -type AppController = Handler>; +type AppController

= Handler>; const app = new Hono({ strict: false });