honojs-middleware/packages/qwik-city
Jonathan Haines 783a082c12
chore: add coverage badges (#1023)
* chore: add coverage badges

* ci(casbin): fix spelling
2025-03-19 17:53:11 +09:00
..
src chore: use the latest eslint and `@hono/eslint-config` (#904) 2024-12-25 18:08:43 +09:00
CHANGELOG.md Version Packages (#322) 2023-12-29 04:44:37 +09:00
README.md chore: add coverage badges (#1023) 2025-03-19 17:53:11 +09:00
package.json Version Packages (#322) 2023-12-29 04:44:37 +09:00
tsconfig.cjs.json feat: add qwik-city middleware (#22) 2023-01-13 09:07:41 +09:00
tsconfig.esm.json feat: add qwik-city middleware (#22) 2023-01-13 09:07:41 +09:00
tsconfig.json feat: add qwik-city middleware (#22) 2023-01-13 09:07:41 +09:00

README.md

Qwik City middleware for Hono

codecov

WIP

Usage

import { qwikMiddleware } from '@hono/qwik-city'
import qwikCityPlan from '@qwik-city-plan'
import render from './entry.ssr'
import { Hono } from 'hono'

const app = new Hono()

app.all('*', qwikMiddleware({ render, qwikCityPlan }))

export default app

Author

Yusuke Wada https://github.com/yusukebe

License

MIT