BangSo/apps/mobile/eas.json

22 lines
375 B
JSON
Raw Normal View History

2026-09-01 16:51:19 +00:00
{
"cli": {
"version": ">= 21.8.0",
"appVersionSource": "remote"
},
"build": {
"preview": {
"distribution": "internal",
"environment": "preview",
"channel": "preview"
},
"production": {
"autoIncrement": true,
"environment": "production",
"channel": "production"
}
},
"submit": {
"production": {}
}
}