hype/examples/spa/src/server/index.ts

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