fix: add REACT_APP_ENABLED_FEATURES to vercel.json

This commit is contained in:
ajaysi
2026-04-04 08:24:21 +05:30
parent b8ffda1cbb
commit fcf00cd20d

View File

@@ -10,6 +10,7 @@
} }
], ],
"env": { "env": {
"REACT_APP_ENVIRONMENT": "production" "REACT_APP_ENVIRONMENT": "production",
"REACT_APP_ENABLED_FEATURES": "podcast"
} }
} }