fixed all libs to be buildiable and dependency hell from removing some
This commit is contained in:
parent
5c64b1ccf8
commit
a282dac6cd
40 changed files with 4050 additions and 8219 deletions
|
|
@ -19,7 +19,7 @@
|
|||
"@questdb/nodejs-client": "^3.0.0",
|
||||
"@stock-bot/config": "*",
|
||||
"@stock-bot/logger": "*",
|
||||
"@stock-bot/types": "*",
|
||||
"immutable": "^5.1.2",
|
||||
"pg": "^8.11.3",
|
||||
"pg-mem": "^3.0.5",
|
||||
"zod": "^3.22.4"
|
||||
|
|
|
|||
|
|
@ -15,13 +15,10 @@
|
|||
"node_modules",
|
||||
"**/*.test.ts",
|
||||
"**/*.spec.ts"
|
||||
],
|
||||
"references": [
|
||||
{ "path": "../api-client" },
|
||||
{ "path": "../event-bus" },
|
||||
{ "path": "../http-client" },
|
||||
], "references": [
|
||||
{ "path": "../utils" },
|
||||
{ "path": "../config" },
|
||||
{ "path": "../logger" },
|
||||
{ "path": "../types" }
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue