How to debug using TypeScript source files instead of compiled JavaScript?
node_modules/hono/dist
instead of the original TypeScript source files.
Can i debug by TypeScript source files?...hono rpc problem
[discord feature req] Make AnswerOverflow forum easier to browse and moderate
File arriving in larger than expected size in multipart/form-data
Many JWT Middlewares OR-ed together
Type 'never' has no call signatures. When using client with '$get'

Using Hono.js on Cloudflare Workers Free Plan with Postgres, JWT, and OAuth
Can not get the Types in route fn
[Vercel] ERR_MODULE_NOT_FOUND on deploy but works locally
Unexpected value of absolutePath(c) when used within a .route()
route()
to reset the basePath context? I am on the latest version of @hono/node-server ("@hono/node-server": "^1.19.0") and stumbled uppon this behavior which I did not expect:
```js
const AuthApp = new Hono().basePath("/auth/");
...How do I make hono-session work with socket.io
hono-session
stores the decrypted cookie in the session section of the context object (c.get("session")
) but the context object is not available in socket.io
How do I make socket.io work with Hono-session?...export Context class as value not as type
TSconfig for bun? Not getting auto imports
Need help with typescript
How to get strict inference with RPC
Hi!
. I somewhat got around this by adding as const
at the end of { message: "Hi!"}
so it looked like { message: "Hi!"} as const
but then I couldn't assign variables to the response of that API call because the API calls response is infered as readonly
...Hono Vite DevServer: Wrangler Workers - Proxy is not initialized
How to connect Vite, Hono and Cloudflare Workers?
wrangler.toml
doesn't get picked up and it fails to load environment variables.
```typescript
import { defineConfig } from 'vite'
import devServer from '@hono/vite-dev-server'...Vercel errors and noob questions
Hono and cloudflare bindings
hono + vercel + monorepo + turborepo -- what is the trick?