| 123456789101112131415161718192021 |
- {
- "cli": {
- "version": ">= 7.0.0"
- },
- "build": {
- "development": {
- "node": "18.18.0",
- "developmentClient": true,
- "distribution": "internal"
- },
- "preview": {
- "distribution": "internal"
- },
- "production": {
- "distribution": "store"
- }
- },
- "submit": {
- "production": {}
- }
- }
|