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
+2 -2
View File
@@ -47,11 +47,11 @@
"@faker-js/faker": "^8.4.1"
},
"dependencies": {
"dotenv": "~16.0.0",
"dotenv": "^16.4.5",
"cross-env": "~7.0.3",
"@hcengineering/core": "^0.7.21",
"@hcengineering/client-resources": "^0.7.17",
"@hcengineering/account": "^0.7.0",
"@hcengineering/account": "workspace:^0.7.0",
"@hcengineering/account-client": "^0.7.19",
"@hcengineering/server-token": "^0.7.17"
}