Add `/health` endpoint to `serve-http`. ### Response ```json {"status": "ok", "version": "0.2.0", "users": 42} ``` - `users` count only present in multi-tenant mode - Useful for monitoring, load balancer health checks, and uptime probes Part of #1
Add
/healthendpoint toserve-http.Response
{"status": "ok", "version": "0.2.0", "users": 42}userscount only present in multi-tenant modePart of #1