memowake-front/eas.json
2025-06-20 18:20:31 +08:00

22 lines
344 B
JSON

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