no idea- added loki and other stuff to market-data-gateway, also added config lib

This commit is contained in:
Bojan Kucera 2025-06-03 11:37:58 -04:00
parent b957fb99aa
commit 1b71fc87ab
72 changed files with 6178 additions and 153 deletions

View file

@ -9,9 +9,9 @@
"dev": "tsc --watch",
"clean": "rm -rf dist",
"test": "jest"
},
"dependencies": {
}, "dependencies": {
"@stock-bot/shared-types": "workspace:*",
"@stock-bot/config": "workspace:*",
"date-fns": "^2.30.0"
},
"devDependencies": {