@hono/qwik-city

v0.0.1
Qwik City middleware for Hono

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

npm i @hono/[email protected]

Metadata

  • MIT
  • >=18
  • Unknown
  • released 1/13/2023

Downloads

Maintainers