|
|
@@ -1,22 +1,24 @@
|
|
|
{
|
|
|
- "cli": {
|
|
|
- "version": ">= 10.2.3"
|
|
|
- },
|
|
|
- "build": {
|
|
|
- "development": {
|
|
|
- "developmentClient": true,
|
|
|
- "distribution": "internal",
|
|
|
- "channel": "development"
|
|
|
+ "cli": {
|
|
|
+ "version": ">= 10.2.3"
|
|
|
},
|
|
|
- "preview": {
|
|
|
- "distribution": "internal",
|
|
|
- "channel": "preview"
|
|
|
+ "build": {
|
|
|
+ "development": {
|
|
|
+ "developmentClient": true,
|
|
|
+ "distribution": "internal",
|
|
|
+ "channel": "development"
|
|
|
+ },
|
|
|
+ "preview": {
|
|
|
+ "distribution": "internal",
|
|
|
+ "channel": "preview",
|
|
|
+ "runtimeVersion": "1.2.6"
|
|
|
+ },
|
|
|
+ "production": {
|
|
|
+ "channel": "production",
|
|
|
+ "runtimeVersion": "1.2.6"
|
|
|
+ }
|
|
|
},
|
|
|
- "production": {
|
|
|
- "channel": "production"
|
|
|
+ "submit": {
|
|
|
+ "production": {}
|
|
|
}
|
|
|
- },
|
|
|
- "submit": {
|
|
|
- "production": {}
|
|
|
- }
|
|
|
}
|