* changeset * chore: migrate to `yarn v4` * remove changeset * fixed Github Actions for `hello` * fix gitignore * add dependencies * add ci for oauth-providers * add dependencies * add `publint` * update msw |
||
---|---|---|
.. | ||
src | ||
CHANGELOG.md | ||
README.md | ||
jest.config.js | ||
package.json | ||
tsconfig.cjs.json | ||
tsconfig.esm.json | ||
tsconfig.json |
README.md
Qwik City middleware for Hono
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.get('*', qwikMiddleware({ render, qwikCityPlan }))
export default app
Author
Yusuke Wada https://github.com/yusukebe
License
MIT