Serve the dashboard over HTTP.

This source file is not a standalone website. From the repository root, run cd web && npm run build, then cd .. && .venv/bin/uvicorn retention_api.main:app --host 127.0.0.1 --port 8000.

Open http://127.0.0.1:8000 after the server starts.