implemented logging

This commit is contained in:
Dobromir Popov
2024-04-25 18:54:47 +03:00
parent 14c06b6062
commit d28b82b1fa
4 changed files with 79 additions and 9 deletions

View File

@ -102,7 +102,8 @@
"uuid": "^9.0.1",
"web-push": "^3.6.7",
"webpack-bundle-analyzer": "^4.10.1",
"winston": "^3.11.0",
"winston": "^3.13.0",
"winston-daily-rotate-file": "^5.0.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.19.1/xlsx-0.19.1.tgz",
"xlsx-style": "^0.8.13",
"xml-js": "^1.6.11",
@ -113,4 +114,4 @@
"depcheck": "^1.4.7",
"prisma": "^5.12.1"
}
}
}