Admin
Operator index for the docs site. This page does not sign anyone in and it does not print live environment values.
Package identity is recorded only in docs/runtime-contracts.md.
Local commands
pnpm dev— watch the sitepnpm buildthenpnpm start— run the compiled serverpnpm doctor— file checks, brand check, dependency pin, and route probe
Environment names
# Docs site bind address. Keep production on localhost; the reverse proxy is public. # HOST=127.0.0.1 # PORT=3000 # Optional text included in GET /health. Not a secret. # PING_MESSAGE= # Full JoLo apps use additional variables. Names are listed only in # docs/runtime-contracts.md. Do not put real secrets in this file.