// Unauthenticated liveness endpoint for the docker-compose healthcheck. Excluded from the // auth gate in middleware.ts. export function GET() { return Response.json({ ok: true }); }