freshyo/apps/user-ui/eas.json
2026-03-20 14:48:31 +05:30

24 lines
426 B
JSON
Executable file

{
"cli": {
"version": ">= 16.17.4",
"appVersionSource": "remote"
},
"build": {
"development": {
"distribution": "internal",
"autoIncrement": true,
"channel": "development"
},
"preview": {
"channel": "preview",
"autoIncrement": true
},
"production": {
"autoIncrement": true,
"channel": "production"
}
},
"submit": {
"production": {}
}
}