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

22 lines
372 B
JSON
Executable file

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