toes/apps/todo/src/server/index.tsx
Chris Wanstrath bde7a2c287 tools!
2026-01-30 16:59:32 -08:00

9 lines
200 B
TypeScript

import { Hype } from '@because/hype'
const app = new Hype({ layout: false })
// custom routes go here
// app.get("/my-custom-routes", (c) => c.text("wild, wild stuff"))
export default app.defaults