0.0.5 • Published 4 months ago

@hono/qwik-city v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

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.all('*', qwikMiddleware({ render, qwikCityPlan }))

export default app

Author

Yusuke Wada https://github.com/yusukebe

License

MIT

0.0.5

4 months ago

0.0.4

9 months ago

0.0.3

11 months ago

0.0.2

1 year ago

0.0.1

1 year ago