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