Health endpoints
Lightweight readiness-style handlers:
GET /api/status—{ ok: true }fromserver/api/status.get.ts.GET /alive—{ ok: true }fromserver/routes/alive.get.ts.
Use whichever path your orchestrator prefers; neither performs deep dependency checks in the snippets above—extend them if you need database proof.