fixed mongo

This commit is contained in:
Bojan Kucera 2025-06-09 20:19:25 -04:00
parent c172ecc6d3
commit 2437628591
5 changed files with 133 additions and 130 deletions

View file

@ -12,7 +12,8 @@
"type-check": "tsc --noEmit",
"clean": "rimraf dist"
},
"dependencies": { "@stock-bot/config": "*",
"dependencies": {
"@stock-bot/config": "*",
"@stock-bot/logger": "*",
"@stock-bot/types": "*",
"mongodb": "^6.3.0",