freshyo/apps/admin-ui/eas.json
2026-04-11 15:39:54 +05:30

22 lines
371 B
JSON
Executable file

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