Files
huly-platform/foundations/communication/rush.json
T
Denis Bykhov 328a7dc269 Add 'foundations/communication/' from commit 'f65deaa24be43513d3be1bd89c40c7d7c91c8b9b'
git-subtree-dir: foundations/communication
git-subtree-mainline: 43fb903924
git-subtree-split: f65deaa24b
2025-11-26 22:57:25 +05:00

74 lines
2.0 KiB
JSON

/**
* This is the main configuration file for Rush.
* For full documentation, please see https://rushjs.io
*/
{
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush.schema.json",
"rushVersion": "5.153.2",
"pnpmVersion": "9.15.3",
"nodeSupportedVersionRange": ">=20.0.0 <25.0.0",
"projectFolderMaxDepth": 2,
"gitPolicy": {},
"repository": {
"url": "https://github.com/hcengineering/communication",
"defaultBranch": "main",
"defaultRemote": "origin"
},
"eventHooks": {
"preRushInstall": [],
"postRushInstall": [],
"preRushBuild": [],
"postRushBuild": [],
"preRushx": [],
"postRushx": []
},
"variants": [],
"projects": [
{
"packageName": "@hcengineering/scripts",
"projectFolder": "common/scripts",
"shouldPublish": false
},
{
"packageName": "@hcengineering/communication-types",
"projectFolder": "packages/types",
"shouldPublish": true
},
{
"packageName": "@hcengineering/communication-sdk-types",
"projectFolder": "packages/sdk-types",
"shouldPublish": true
},
{
"packageName": "@hcengineering/communication-shared",
"projectFolder": "packages/shared",
"shouldPublish": true
},
{
"packageName": "@hcengineering/communication-rest-client",
"projectFolder": "packages/rest-client",
"shouldPublish": true
},
{
"packageName": "@hcengineering/communication-cockroach",
"projectFolder": "packages/cockroach",
"shouldPublish": true
},
{
"packageName": "@hcengineering/communication-server",
"projectFolder": "packages/server",
"shouldPublish": true
},
{
"packageName": "@hcengineering/communication-query",
"projectFolder": "packages/query",
"shouldPublish": true
},
{
"packageName": "@hcengineering/communication-client-query",
"projectFolder": "packages/client-query",
"shouldPublish": true
}
]
}