toes/templates/bare/index.tsx

8 lines
133 B
TypeScript

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