Files
matrix-frontend/eas.json
T
2024-11-22 14:12:18 +01:00

28 lines
529 B
JSON

{
"cli": {
"version": ">= 13.3.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"env": {
"EXPO_PUBLIC_API_URL": "https://led-matrix.onrender.com/api"
}
},
"preview": {
"distribution": "internal"
},
"production": {
"autoIncrement": true,
"env": {
"EXPO_PUBLIC_API_URL": "https://led-matrix.onrender.com/api"
}
}
},
"submit": {
"production": {}
}
}