Enable logging

This commit is contained in:
KGrzeg 2021-10-17 21:45:05 +02:00
parent 73a3870ecf
commit 60c2da0429
3 changed files with 107 additions and 2 deletions

View file

@ -18,7 +18,8 @@
"dotenv": "^10.0.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"lowdb": "^3.0.0"
"lowdb": "^3.0.0",
"morgan": "^1.10.0"
},
"devDependencies": {
"nodemon": "^2.0.13"