| { | |
| "$schema": "https://openapi.vercel.sh/vercel.json", | |
| "buildCommand": "cd frontend && npm install && npm run build", | |
| "outputDirectory": "frontend/dist", | |
| "framework": "vite", | |
| "cleanUrls": true, | |
| "rewrites": [ | |
| { "source": "/(.*)", "destination": "/index.html" } | |
| ] | |
| } | |