chore: added Winston

This commit is contained in:
Riccardo
2023-08-05 14:43:48 +02:00
parent 21849bf394
commit 9c01101c1b
6 changed files with 205 additions and 4 deletions

View File

@@ -28,7 +28,9 @@
"cors": "^2.8.5",
"express": "^4.18.2",
"helmet": "^7.0.0",
"jsonschema": "^1.4.1"
"jsonschema": "^1.4.1",
"winston": "^3.10.0",
"winston-daily-rotate-file": "^4.7.1"
},
"devDependencies": {
"@commitlint/cli": "^17.6.6",