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