2024-12-01 17:58:53 +00:00
|
|
|
{
|
|
|
|
"cli": {
|
|
|
|
"version": ">= 13.4.2",
|
|
|
|
"appVersionSource": "remote"
|
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"development": {
|
|
|
|
"developmentClient": true,
|
2024-12-09 23:57:25 +00:00
|
|
|
"distribution": "internal",
|
|
|
|
"channel": "development"
|
2024-12-01 17:58:53 +00:00
|
|
|
},
|
|
|
|
"preview": {
|
2024-12-09 23:57:25 +00:00
|
|
|
"distribution": "internal",
|
|
|
|
"channel": "preview"
|
2024-12-01 17:58:53 +00:00
|
|
|
},
|
|
|
|
"production": {
|
2024-12-09 23:57:25 +00:00
|
|
|
"autoIncrement": true,
|
|
|
|
"channel": "production"
|
2024-12-01 17:58:53 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"submit": {
|
|
|
|
"production": {}
|
|
|
|
}
|
|
|
|
}
|