From 31652c15e69d3a3c9efcf799f8aa9b6991d03a83 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 22 Aug 2026 21:36:46 +0000 Subject: [PATCH] fix(mobile): eas.json preview/production pekar pa api.cibello.app (ej api.example.com) 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 --- apps/mobile/eas.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/mobile/eas.json b/apps/mobile/eas.json index c21eae6..6230056 100644 --- a/apps/mobile/eas.json +++ b/apps/mobile/eas.json @@ -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": {