freshyo/apps/admin-ui/eas.json
2026-08-02 11:12:16 +05:30

26 lines
448 B
JSON
Executable file

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