added logger

This commit is contained in:
Bojan Kucera 2025-06-03 18:31:02 -04:00
parent dd27f3bf2c
commit 58ae897e90
13 changed files with 1493 additions and 12 deletions

View file

@ -11,12 +11,12 @@
"types": ["bun-types"]
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"],
"references": [
"exclude": ["node_modules", "dist"], "references": [
{ "path": "../../../libs/api-client" },
{ "path": "../../../libs/config" },
{ "path": "../../../libs/event-bus" },
{ "path": "../../../libs/http-client" },
{ "path": "../../../libs/logger" },
{ "path": "../../../libs/types" },
{ "path": "../../../libs/utils" },
]