Files
2024-12-11 09:13:21 +01:00

31 lines
584 B
JSON

{
"cli": {
"version": ">= 13.3.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"env": {
"EXPO_PUBLIC_API_URL": "https://service.starappeal.tech/api"
}
},
"preview": {
"distribution": "internal"
},
"production": {
"autoIncrement": true,
"android": {
"buildType": "apk"
},
"env": {
"EXPO_PUBLIC_API_URL": "https://service.starappeal.tech/api"
}
}
},
"submit": {
"production": {}
}
}