* test(workspace): upgrade to vitest v3 Fixes #1007 * chore(standard-validator): add vitest type to `tsconfig.json` * chore: update `yarn.lock` * chore(zod-openapi): bump `typescript` * chore(typia-validator): make it ESM * ci(bun-transpiler): fix Bun to v1.1.32 --------- Co-authored-by: Yusuke Wada <yusuke@kamawada.com> |
||
---|---|---|
.. | ||
src | ||
CHANGELOG.md | ||
README.md | ||
package.json | ||
tsconfig.json | ||
vitest.config.ts |
README.md
Router using @medley/router
Just a PoC.
Usage
import { Hono } from 'hono'
import { MedleyRouter } from '@hono/medley-router'
const app = new Hono({ router: new MedleyRouter() })
app.get('/', (c) => c.text('Hello'))
Authors
Yusuke Wada https://github.com/yusukebe
License
MIT