Files
jrshikoku/eas.json
harukin-OneMix4 319e4b7b68 5.0の環境準備
2024-02-12 13:53:31 +09:00

44 lines
769 B
JSON

{
"cli": {
"version": ">= 0.53.1"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"channel": "development"
},
"preview": {
"distribution": "internal",
"channel": "preview"
},
"mapsbuild": {
"releaseChannel": "mapsbuild"
},
"production": {
"releaseChannel": "aliexpress"
},
"beta4.5": {
"releaseChannel": "base"
},
"production4.5": {
"releaseChannel": "buyma"
},
"beta4.6": {
"channel": "catch"
},
"production4.6": {
"channel": "costoco"
},
"beta5.0": {
"channel": "dshopping"
},
"production5.0": {
"channel": "dmm"
}
},
"submit": {
"production": {}
}
}