Skip to content
Health endpoints

Health endpoints

Lightweight readiness-style handlers:

  • GET /api/status{ ok: true } from server/api/status.get.ts.
  • GET /alive{ ok: true } from server/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.