Files
territory-log/eas.json
root e01769b025
Some checks are pending
Build (EAS) / EAS Build (Android Preview APK) (push) Waiting to run
fix: add package-lock, EAS project ID, local credentials config
2026-02-19 23:56:01 +08:00

27 lines
470 B
JSON

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