freshyo/apps/user-ui/eas.json
2026-01-24 00:13:15 +05:30

24 lines
430 B
JSON
Executable file

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