toes/templates/bare/index.tsx

8 lines
145 B
TypeScript

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