vaulterm/frontend/eas.json

24 lines
415 B
JSON

{
"cli": {
"version": ">= 10.2.2"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal",
"android": {
"buildType": "apk"
},
"env": {
"EXPO_PUBLIC_API_URL": "https://vaulterm-dev.rul.sh"
}
},
"production": {}
},
"submit": {
"production": {}
}
}