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