toes/templates/ssr/src/server/index.tsx

8 lines
125 B
TypeScript

import { Hype } from '@because/hype'
const app = new Hype()
app.get('/ok', c => c.text('ok'))
export default app.defaults