chore: build app in local

This commit is contained in:
2026-05-09 22:55:22 +02:00
parent 7af2103164
commit 57fb1b1ecd
6 changed files with 327 additions and 182 deletions
+3 -6
View File
@@ -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",