fixed up some turbo libs to remove old config

This commit is contained in:
Boki 2025-06-18 15:42:38 -04:00
parent 6cc5b339bc
commit 46de1755e9
11 changed files with 6 additions and 12 deletions

View file

@ -11,7 +11,6 @@
"clean": "rimraf dist"
},
"dependencies": {
"@stock-bot/config": "*",
"@stock-bot/data-frame": "*",
"@stock-bot/event-bus": "*",
"@stock-bot/logger": "*",

View file

@ -4,7 +4,6 @@
"build": {
"dependsOn": [
"@stock-bot/types#build",
"@stock-bot/config#build",
"@stock-bot/logger#build",
"@stock-bot/utils#build",
"@stock-bot/data-frame#build",