Skip to content

Commit

Permalink
chore : winston 설치 [Logging] #35
Browse files Browse the repository at this point in the history
Co-authored-by: LeeTH916 <[email protected]>
  • Loading branch information
GeunH and LeeTH916 committed Nov 20, 2023
1 parent 2159921 commit 077ee57
Show file tree
Hide file tree
Showing 2 changed files with 238 additions and 3 deletions.
237 changes: 235 additions & 2 deletions be/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion be/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1",
"swagger-ui-express": "^5.0.0",
"typeorm": "^0.3.17"
"typeorm": "^0.3.17",
"winston": "^3.11.0"
},
"devDependencies": {
"@nestjs/cli": "^10.0.0",
Expand All @@ -48,6 +49,7 @@
"@types/jest": "^29.5.2",
"@types/node": "^20.3.1",
"@types/supertest": "^2.0.12",
"@types/winston": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.42.0",
Expand Down

0 comments on commit 077ee57

Please sign in to comment.