fix(mobile): eas.json preview/production pekar pa api.cibello.app (ej api.example.com)
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:
Claude
2026-08-22 21:36:46 +00:00
parent d3f93a6f46
commit 31652c15e6
+2 -2
View File
@@ -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": {