chore: build app in local
This commit is contained in:
+3
-6
@@ -11,15 +11,12 @@
|
||||
"buildType": "apk",
|
||||
"gradleCommand": ":app:assembleDebug"
|
||||
},
|
||||
"ios": {
|
||||
"simulator": true
|
||||
},
|
||||
"env": {
|
||||
"EXPO_PUBLIC_API_URL": "https://5.181.0.112.nip.io"
|
||||
"EXPO_PUBLIC_API_URL": "http://localhost:8080"
|
||||
},
|
||||
"channel": "development"
|
||||
},
|
||||
"preview": {
|
||||
"pre-prod": {
|
||||
"distribution": "internal",
|
||||
"android": {
|
||||
"buildType": "apk"
|
||||
@@ -27,7 +24,7 @@
|
||||
"env": {
|
||||
"EXPO_PUBLIC_API_URL": "https://5.181.0.112.nip.io"
|
||||
},
|
||||
"channel": "preview"
|
||||
"channel": "pre-prod"
|
||||
},
|
||||
"production": {
|
||||
"distribution": "internal",
|
||||
|
||||
Reference in New Issue
Block a user