@hono/qwik-city
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @hono/qwik-city

Weekly Downloads

61

Version

0.0.5

License

MIT

Unpacked Size

7.49 kB

Total Files

5

Last publish

Collaborators

  • yusukebe