website
website copied to clipboard
Repository for hono.dev
### 🔗 Issues ### 🙋 Description Support for using `@shikijs/vitepress-twoslash` in documents. - refl: https://shiki.style/packages/vitepress #### 📸 Usage and Captured image ```` ```ts twoslash import { Hono } from 'hono'...
there is a requirement to add a manifest to the serveStatic adapter method, the docs correctly shows that you need to import a manifest from the special __STATIC_CONTENT_MANIFEST module However,...
as title
In the test when using bun, make the request method the same as the non-bun case.
Isn't this mandatory to avoid this [issue](https://github.com/honojs/node-server/issues/84) when using with NextJS?
This PR adds instructions to assist users to deploy their Hono apps to [endpts](https://endpts.io/). A PR containing the starter template was also created: https://github.com/honojs/starter/pull/11
This PR adds `@scalar/hono-api-reference` as an alternative to the OpenAPI guide. Looking forward to your feedback on this! In love with Hono! ❤️🔥
Hi, I have written a [hono-method-override](https://github.com/bingtsingw/hono-method-override) plugin, it's similar to a middleware, but it's not(middleware api can not implement this feature). So, where should I put the link in the...
The test below uses Jest's Miniflare environment, but it needs to be changed to one using Wrangler's `unstable_dev`. https://hono.dev/getting-started/cloudflare-workers#testing