Skip to content

Commit 071524b

Browse files
committed
setting the backage manager
1 parent 70a2af0 commit 071524b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@app/source",
33
"version": "0.0.0",
44
"license": "MIT",
5+
"packageManager": "bun@1.1.10",
56
"scripts": {
67
"start": "nx run-many -t serve -p tag:scope:app",
78
"build": "concurrently \"nx serve api\" \"bun run wait-and-build\" --kill-others --success last --kill-signal SIGINT",
@@ -23,7 +24,6 @@
2324
"@angular/ssr": "~18.0.1",
2425
"@nestjs/common": "^10.3.8",
2526
"@nestjs/core": "^10.3.8",
26-
"@nestjs/ng-universal": "^8.0.0",
2727
"@nestjs/platform-express": "^10.3.8",
2828
"@nx/angular": "19.1.0",
2929
"axios": "^1.7.2",

0 commit comments

Comments
 (0)