This commit is contained in:
Bojan Kucera 2025-06-04 22:46:01 -04:00
parent 7993148a95
commit 528be93804
38 changed files with 4617 additions and 1081 deletions

View file

@ -47,7 +47,11 @@
{ "path": "./libs/postgres-client" },
{ "path": "./libs/questdb-client" },
{ "path": "./libs/types" },
{ "path": "./libs/utils" }
{ "path": "./libs/utils" },
{ "path": "./libs/event-bus" },
{ "path": "./libs/data-frame" },
{ "path": "./libs/strategy-engine" },
{ "path": "./libs/vector-engine" },
]
}