Module not found '.../index.ts' with Bun
bun dev
it initally works fine until I hit save on the index.ts
file then I get an error error: Module not found '<path-of-project>/src/index.ts
.
The only way I can get it back to run is to restart the process completely...
Has anyone encountered this issue and is there any way to fix it?...getSetCookie is not a function
"TypeError: this[#res].headers.getSetCookie is not a function"
in my streaming logs. This didn't exist before....any option to have $post ignore json when we provide body via init: {body.. ?
any way to have different .notFound depending on parent path ?
NotFoundHandler TypeScript Error

adding generic error output type to App type
Hono not matching routes
Response loses type when specifying type arguments manually
Zod validator not working

c.req.param() not work when using middleware combine
How to perform an async operation in Web Socket's onMessage?
Hono websocket with bun typescript issue
Hono RPC TypeScript error
How to prevent Server Error if no req body?
are there any way to check whether route exists in the router or not?
@hono/node-ws
upgrade every websocket connection even if route isn't exists. i want to reject those connections. are there any reliable way to check whether route exists in router or not? even if onError
or onNotFound
handler has been set up to return success response.
my current solution to reject invalid websocket connection is to set up catch all route, added it as the last handler and in onOpen
callback, close those unwanted connection. this works fine, but it would be better if it reject the connection from beginning instead of upgrade it and then close it later....AppRouteHandler

Next.js 15.0.0 "FetchEventLike" type error
pnpm dev
, but when I run pnpm build
, I encounter a type error (screenshot attached).
```...
Append Authorization access token to RPC client in asynchronous way (amplify auth/cognito)
Infer client openAPI

Envs not extendable with `createFactory`
factory.ts
```ts
export type HonoEnv = {...