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
|
|
@ -39,14 +39,15 @@
|
|||
"exclude": [
|
||||
"node_modules",
|
||||
"dist"
|
||||
],
|
||||
"references": [
|
||||
{ "path": "./libs/api-client" },
|
||||
], "references": [
|
||||
{ "path": "./libs/config" },
|
||||
{ "path": "./libs/event-bus" },
|
||||
{ "path": "./libs/http-client" },
|
||||
{ "path": "./libs/logger" },
|
||||
{ "path": "./libs/utils" },
|
||||
{ "path": "./libs/mongodb-client" },
|
||||
{ "path": "./libs/postgres-client" },
|
||||
{ "path": "./libs/questdb-client" },
|
||||
{ "path": "./libs/types" },
|
||||
{ "path": "./libs/utils" }
|
||||
]
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue