wavelength_app/eas.json

27 lines
565 B
JSON
Raw Permalink Normal View History

2024-11-01 09:54:10 -05:00
{
"cli": {
"version": ">= 12.6.2",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {
"env": {
"EXPO_PUBLIC_API_URL": "https://madelinemcguigan.com",
"EXPO_PUBLIC_API_KEY": "Carport-Exporter-Starlight9",
"EXPO_PUBLIC_WEBSOCKET_URL": "https://push.madelinemcguigan.com"
},
"autoIncrement": true
}
},
"submit": {
"production": {}
}
}