diff --git a/apps/dashboard/package.json b/apps/dashboard/package.json index f0e5fff..e620e45 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -5,7 +5,7 @@ "ng": "ng", "start": "ng serve", "devvvv": "ng serve --port 5173 --host 0.0.0.0", - "buildd": "ng build", + "build": "ng build", "watch": "ng build --watch --configuration development", "test": "ng test" }, diff --git a/package.json b/package.json index 2ce1e06..8a75111 100644 --- a/package.json +++ b/package.json @@ -69,5 +69,5 @@ "dependencies": { "bullmq": "^5.53.2" }, - "trustedDependencies": [] + "trustedDependencies": ["mongodb"] }