Add logging
This commit is contained in:
parent
2a6153002c
commit
8814658142
11 changed files with 826 additions and 55 deletions
|
|
@ -5,6 +5,7 @@
|
|||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.13.10",
|
||||
"@types/winston": "^2.4.4",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.8.2"
|
||||
},
|
||||
|
|
@ -21,7 +22,8 @@
|
|||
"memory-cache": "^0.2.0",
|
||||
"pg": "^8.14.1",
|
||||
"reflect-metadata": "^0.2.2",
|
||||
"typeorm": "0.3.27"
|
||||
"typeorm": "0.3.27",
|
||||
"winston": "^3.18.3"
|
||||
},
|
||||
"scripts": {
|
||||
"watch": "tsc -w",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue