123456789101112131415161718192021 |
- {
- "cli": {
- "version": ">= 16.3.1",
- "appVersionSource": "remote"
- },
- "build": {
- "development": {
- "developmentClient": true,
- "distribution": "internal"
- },
- "preview": {
- "distribution": "internal"
- },
- "production": {
- "autoIncrement": true
- }
- },
- "submit": {
- "production": {}
- }
- }
|