missed a health check

This commit is contained in:
Chris Wanstrath 2026-02-09 09:59:26 -08:00
parent 4b3ab78ae4
commit 3ef7eba0d9

View File

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