Added additional time logging.

This commit is contained in:
Patrick Fic
2022-05-17 15:52:49 -07:00
parent fa0213ce99
commit 6173dc188d
8 changed files with 2237 additions and 1766 deletions

View File

@@ -25,6 +25,7 @@
"image-thumbnail": "^1.0.14",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"response-time": "^2.3.2",
"simple-thumbnail": "^1.6.5",
"winston": "^3.7.2",
"winston-daily-rotate-file": "^4.6.1"
@@ -38,6 +39,7 @@
"@types/morgan": "^1.9.3",
"@types/multer": "^1.4.7",
"@types/node": "^16.11.32",
"@types/response-time": "^2.3.5",
"nodemon": "^2.0.15",
"ts-node": "^10.7.0",
"typescript": "^4.6.4"