{ "$schema": "https://openapi.vercel.sh/vercel.json", "framework": "vite", "installCommand": "npm ci", "buildCommand": "npm run build -w @workorders/shared && npm run build -w frontend", "outputDirectory": "frontend/dist", "rewrites": [ { "source": "/api/(.*)", "destination": "https://workorder-api.lverma.com/api/$1" }, { "source": "/health", "destination": "https://workorder-api.lverma.com/health" }, { "source": "/ready", "destination": "https://workorder-api.lverma.com/ready" }, { "source": "/(.*)", "destination": "/index.html" } ] }