Files
ALwrity/frontend/vercel.json
2026-04-03 18:18:54 +05:30

16 lines
303 B
JSON

{
"version": 2,
"buildCommand": "npm install --legacy-peer-deps && npm run build",
"outputDirectory": "build",
"installCommand": "npm install --legacy-peer-deps",
"routes": [
{
"src": "/(.*)",
"dest": "/$1"
}
],
"env": {
"REACT_APP_ENVIRONMENT": "production"
}
}