feat: configure EAS Build and add mobile scripts

This commit is contained in:
Antoni Nuñez Romeu
2026-07-06 11:25:20 +02:00
parent c02abe077a
commit b4c572ce17
3 changed files with 54 additions and 20 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"cli": {
"version": ">= 12.0.0"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {}
},
"submit": {
"production": {
"ios": {
"appleId": "",
"ascAppId": "",
"appleTeamId": ""
},
"android": {
"serviceAccountKeyPath": "./google-service-account.json"
}
}
}
}