Files
ALwrity/frontend/vercel.json
2025-10-10 13:08:09 +05:30

15 lines
215 B
JSON

{
"version": 2,
"buildCommand": "npm run build",
"outputDirectory": "build",
"routes": [
{
"src": "/(.*)",
"dest": "/$1"
}
],
"env": {
"REACT_APP_ENVIRONMENT": "production"
}
}