honojs-middleware/packages/qwik-city
Jonathan Haines 99502a46f9
chore: Use Bun instead of yarn as a package manager
2025-04-02 20:46:55 +11: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 chore: Use Bun instead of yarn as a package manager 2025-04-02 20:46:55 +11:00
tsconfig.build.json build: typescript project references (#1077) 2025-04-02 18:28:02 +09:00
tsconfig.json build: typescript project references (#1077) 2025-04-02 18:28:02 +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