fuse_expo/eas.json

26 lines
494 B
JSON

{
"cli": {
"version": ">= 12.3.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {
"env": {
"EXPO_PUBLIC_API_KEY": "I_Love_Madeline",
"EXPO_PUBLIC_BASE_URL": "https://ismadelinethecutest.gibbyb.com/api"
},
"autoIncrement": true
}
},
"submit": {
"production": {}
}
}