add logger
This commit is contained in:
parent
fcaaa2d1f5
commit
dbfa48c27f
4 changed files with 431 additions and 72 deletions
|
|
@ -14,11 +14,14 @@
|
|||
"license": "ISC",
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"express": "^5.1.0"
|
||||
"express": "^5.1.0",
|
||||
"morgan": "^1.10.0",
|
||||
"winston": "^3.17.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.29.0",
|
||||
"@types/express": "^5.0.3",
|
||||
"@types/morgan": "^1.9.10",
|
||||
"@types/node": "^24.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^8.34.0",
|
||||
"@typescript-eslint/parser": "^8.34.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue