toes/src/server/index.tsx
Chris Wanstrath aaf6ce8361 apps.ts
2026-01-27 16:05:58 -08:00

10 lines
153 B
TypeScript

import { Hype } from 'hype'
import { initApps } from './apps'
const app = new Hype()
console.log('🐾 Toes!')
initApps()
export default app.defaults