Files
territory-log/eas.json
root 6a4ee9e80f
Some checks are pending
Build (EAS) / EAS Build (Android Preview APK) (push) Waiting to run
feat: add CI/CD workflows and EAS build config (Sprint 5)
2026-02-19 22:10:26 +08:00

26 lines
397 B
JSON

{
"cli": {
"version": ">= 12.0.0"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal",
"android": {
"buildType": "apk"
}
},
"production": {
"android": {
"buildType": "app-bundle"
}
}
},
"submit": {
"production": {}
}
}