Files
projet_gestion_commande/frontend-admin/eas.json
T
Xor290 7618954a86
Frontend Admin - EAS Build / build (push) Successful in 2h21m3s
chore: build
2026-08-07 19:58:24 +02:00

32 lines
909 B
JSON

{
"cli": {
"version": ">= 16.0.0",
"appVersionSource": "local"
},
"build": {
"pre-prod": {
"distribution": "internal",
"android": {
"buildType": "apk"
},
"env": {
"EXPO_PUBLIC_API_URL": "https://uber-demo.club",
"EXPO_PUBLIC_UPDATE_URL": "https://ota-preprod.uber-stup.club/api/manifest"
},
"channel": "pre-prod-admin"
},
"production": {
"distribution": "internal",
"autoIncrement": true,
"android": {
"buildType": "apk"
},
"env": {
"EXPO_PUBLIC_API_URL": "https://mln-uber.club",
"EXPO_PUBLIC_UPDATE_URL": "https://ota-prod.uber-stup.club/api/manifest"
},
"channel": "production-admin"
}
}
}