22 lines
375 B
JSON
22 lines
375 B
JSON
|
|
{
|
||
|
|
"cli": {
|
||
|
|
"version": ">= 21.8.0",
|
||
|
|
"appVersionSource": "remote"
|
||
|
|
},
|
||
|
|
"build": {
|
||
|
|
"preview": {
|
||
|
|
"distribution": "internal",
|
||
|
|
"environment": "preview",
|
||
|
|
"channel": "preview"
|
||
|
|
},
|
||
|
|
"production": {
|
||
|
|
"autoIncrement": true,
|
||
|
|
"environment": "production",
|
||
|
|
"channel": "production"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"submit": {
|
||
|
|
"production": {}
|
||
|
|
}
|
||
|
|
}
|