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