31652c15e6
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>
34 lines
807 B
JSON
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."
|
|
}
|
|
}
|
|
}
|
|
}
|