fuse_expo/eas.json

26 lines
494 B
JSON
Raw Normal View History

2024-09-11 11:35:11 -05:00
{
"cli": {
"version": ">= 12.3.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {
2024-09-25 15:01:05 -05:00
"env": {
"EXPO_PUBLIC_API_KEY": "I_Love_Madeline",
"EXPO_PUBLIC_BASE_URL": "https://ismadelinethecutest.gibbyb.com/api"
},
2024-09-11 11:35:11 -05:00
"autoIncrement": true
}
},
"submit": {
"production": {}
}
}