Initial commit (unpacked platform)

This commit is contained in:
Sven (AAMOS AI)
2026-08-05 19:21:11 +07:00
commit ac5340195a
314 changed files with 57584 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
{
"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.example.com" }
},
"production": {
"autoIncrement": true,
"channel": "production",
"env": { "API_BASE_URL": "https://api.example.com" }
}
},
"submit": {
"production": {
"ios": {
"_kommentar": "Fylls i när butikskonto + namn finns: ascAppId, appleTeamId."
},
"android": {
"_kommentar": "Fylls i när Play-konto finns: serviceAccountKeyPath, track."
}
}
}
}