From 8fb1b20ec9b213b85eaddd56b44e9d804b59f29c Mon Sep 17 00:00:00 2001 From: Bojan Kucera Date: Mon, 9 Jun 2025 20:39:36 -0400 Subject: [PATCH] testing --- apps/dashboard/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"] }