will compile this way
This commit is contained in:
26
eas.json
Normal file
26
eas.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user