The web app lives in apps/web.
Vercel settings:
- Root Directory:
apps/web - Framework Preset: Next.js
- Build Command:
npm run build - Install Command:
npm ci
Local build:
npm --workspace apps/web install
npm --workspace apps/web run build
npm --workspace apps/web startDevelopment:
npm run dev:web