This commit is contained in:
Bojan Kucera 2025-06-09 20:39:36 -04:00
parent 78ba8178b0
commit 8fb1b20ec9
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",
"devvvv": "ng serve --port 5173 --host 0.0.0.0", "devvvv": "ng serve --port 5173 --host 0.0.0.0",
"buildd": "ng build", "build": "ng build",
"watch": "ng build --watch --configuration development", "watch": "ng build --watch --configuration development",
"test": "ng test" "test": "ng test"
}, },

View file

@ -69,5 +69,5 @@
"dependencies": { "dependencies": {
"bullmq": "^5.53.2" "bullmq": "^5.53.2"
}, },
"trustedDependencies": [] "trustedDependencies": ["mongodb"]
} }