25 lines
434 B
JSON
25 lines
434 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 13.4.2",
|
|
"appVersionSource": "remote"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"channel": "development"
|
|
},
|
|
"preview": {
|
|
"distribution": "internal",
|
|
"channel": "preview"
|
|
},
|
|
"production": {
|
|
"autoIncrement": true,
|
|
"channel": "production"
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {}
|
|
}
|
|
}
|