Landscape AI
Client dashboard
Scaffold only. This will become plan upload, job status, and proposal review.
Database
Not connectedCould not locate the workspace root (no pnpm-workspace.yaml above /var/task/apps/client-dashboard).
Start Postgres with make up, then apply migrations with make db-upgrade.
Shares one connection with the admin dashboard via @lsai/db, reading DATABASE_URL from the repo-root .env — the same file the Python side uses.