We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a2af0 commit 071524bCopy full SHA for 071524b
package.json
@@ -2,6 +2,7 @@
2
"name": "@app/source",
3
"version": "0.0.0",
4
"license": "MIT",
5
+ "packageManager": "bun@1.1.10",
6
"scripts": {
7
"start": "nx run-many -t serve -p tag:scope:app",
8
"build": "concurrently \"nx serve api\" \"bun run wait-and-build\" --kill-others --success last --kill-signal SIGINT",
@@ -23,7 +24,6 @@
23
24
"@angular/ssr": "~18.0.1",
25
"@nestjs/common": "^10.3.8",
26
"@nestjs/core": "^10.3.8",
- "@nestjs/ng-universal": "^8.0.0",
27
"@nestjs/platform-express": "^10.3.8",
28
"@nx/angular": "19.1.0",
29
"axios": "^1.7.2",
0 commit comments