comet/eas.json

19 lines
275 B
JSON
Raw Permalink Normal View History

2022-09-25 20:51:02 +00:00
{
"cli": {
"version": ">= 2.1.0"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {}
},
"submit": {
"production": {}
}
}