Enable PNPM workspaces (#10192)

* Enable PNPM workspaces

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>

* Fix love-agent build

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>

* Fix formatting

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>

---------

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2025-11-08 13:00:13 +07:00
committed by GitHub
parent 9476b22c33
commit 225f6036c3
413 changed files with 42133 additions and 26661 deletions
@@ -36,14 +36,14 @@
"@types/jest": "^29.5.5"
},
"dependencies": {
"@hcengineering/chunter": "^0.7.0",
"@hcengineering/chunter": "workspace:^0.7.0",
"@hcengineering/core": "^0.7.21",
"@hcengineering/platform": "^0.7.17",
"@hcengineering/server-core": "^0.7.16",
"@hcengineering/contact": "^0.7.0",
"@hcengineering/github": "^0.7.0",
"@hcengineering/tracker": "^0.7.0",
"@hcengineering/time": "^0.7.0",
"@hcengineering/server-github": "^0.7.0"
"@hcengineering/contact": "workspace:^0.7.0",
"@hcengineering/github": "workspace:^0.7.0",
"@hcengineering/tracker": "workspace:^0.7.0",
"@hcengineering/time": "workspace:^0.7.0",
"@hcengineering/server-github": "workspace:^0.7.0"
}
}