feat: use bun instead of pnpm

This commit is contained in:
2024-06-16 00:27:15 +03:00
parent b2c5fc75f9
commit 0108281ea9
2 changed files with 2 additions and 1 deletions

BIN
bun.lockb Executable file

Binary file not shown.

View File

@@ -54,7 +54,8 @@
"prettier": "^2.6.2", "prettier": "^2.6.2",
"ts-jest": "^29.1.0", "ts-jest": "^29.1.0",
"ts-node": "10.9.1", "ts-node": "10.9.1",
"typescript": "~5.4.2" "typescript": "~5.4.2",
"bun-types": "latest"
}, },
"nx": { "nx": {
"includedScripts": [] "includedScripts": []