A few notes on #hono
If you install hono
from jsr
, using
hono extensions from npm
will not work, e.g.
@hono/zod-validator
.
If you're curl
ing and stuff is weird (validator("json", ...)
), probably
forgot to add -H "Content-Type: application/json"
.