Files
projet_gestion_commande/frontend-admin/eas.json
T
2026-03-07 15:10:18 +01:00

42 lines
1008 B
JSON

{
"cli": {
"version": ">= 16.0.0",
"appVersionSource": "local"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"android": {
"buildType": "apk",
"gradleCommand": ":app:assembleDebug"
},
"ios": {
"simulator": true
},
"env": {
"API_URL": "http://5.181.0.112"
}
},
"preview": {
"distribution": "internal",
"android": {
"buildType": "apk"
},
"env": {
"API_URL": "http://5.181.0.112"
}
},
"production": {
"distribution": "internal",
"autoIncrement": true,
"android": {
"buildType": "apk"
},
"env": {
"API_URL": "http://5.181.0.112"
}
}
}
}