Add Logger

This commit is contained in:
2022-03-25 13:49:06 +01:00
parent 479d5b77e6
commit d0f35e1af6
7 changed files with 207 additions and 45 deletions

View File

@ -25,6 +25,7 @@
"dependencies": {
"@gquittet/graceful-server": "^2.5.2",
"fastify": "^3.25.3",
"fastify-plugin": "^3.0.0",
"fastify-sensible": "^3.1.2",
"winston": "^3.4.0"
},