fix(mobile): eas.json preview/production pekar pa api.cibello.app (ej api.example.com)
CI / Typecheck, test & build (push) Failing after 43s
CI / Typecheck, test & build (push) Failing after 43s
Bygg-profilerna hade platshallaren https://api.example.com sa appen inte kunde na backend. Satt till https://api.cibello.app. iosBundleId (com.cibello.app) m.fl. bekraftade riktiga i brand.config.json. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -12,12 +12,12 @@
|
||||
"preview": {
|
||||
"distribution": "internal",
|
||||
"channel": "preview",
|
||||
"env": { "API_BASE_URL": "https://api.example.com" }
|
||||
"env": { "API_BASE_URL": "https://api.cibello.app" }
|
||||
},
|
||||
"production": {
|
||||
"autoIncrement": true,
|
||||
"channel": "production",
|
||||
"env": { "API_BASE_URL": "https://api.example.com" }
|
||||
"env": { "API_BASE_URL": "https://api.cibello.app" }
|
||||
}
|
||||
},
|
||||
"submit": {
|
||||
|
||||
Reference in New Issue
Block a user