Files
Cibello-app/apps/mobile/eas.json
T
Claude 31652c15e6
CI / Typecheck, test & build (push) Failing after 43s
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 <noreply@anthropic.com>
2026-08-22 21:36:46 +00:00

34 lines
807 B
JSON

{
"cli": {
"version": ">= 13.0.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"env": { "API_BASE_URL": "http://localhost:4000" }
},
"preview": {
"distribution": "internal",
"channel": "preview",
"env": { "API_BASE_URL": "https://api.cibello.app" }
},
"production": {
"autoIncrement": true,
"channel": "production",
"env": { "API_BASE_URL": "https://api.cibello.app" }
}
},
"submit": {
"production": {
"ios": {
"_kommentar": "Fylls i när butikskonto + namn finns: ascAppId, appleTeamId."
},
"android": {
"_kommentar": "Fylls i när Play-konto finns: serviceAccountKeyPath, track."
}
}
}
}