ComicMTL / frontend /eas.json
BloodyInside's picture
firsty
947c08e
raw
history blame
276 Bytes
{
"cli": {
"version": ">= 10.1.1"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {}
},
"submit": {
"production": {}
}
}