Add logging

This commit is contained in:
araemer 2025-11-20 19:58:14 +01:00
parent 2a6153002c
commit 8814658142
11 changed files with 826 additions and 55 deletions

View file

@ -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",