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