fuse_expo/eas.json
2024-09-11 11:35:11 -05:00

22 lines
343 B
JSON

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