added logger
This commit is contained in:
parent
dd27f3bf2c
commit
58ae897e90
13 changed files with 1493 additions and 12 deletions
|
|
@ -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" },
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue