Skip to content

Commit

Permalink
Readded logs with winston
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Mar 20, 2021
1 parent 680a5ae commit 43a6959
Show file tree
Hide file tree
Showing 8 changed files with 235 additions and 71 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules
build
dist
.vscode
config.json
config.json
*.log
203 changes: 194 additions & 9 deletions app/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 app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"steam-totp": "^2.1.1",
"steam-tradeoffer-manager": "2.10.2",
"steam-user": "4.19.3",
"steamcommunity": "3.42.0"
"steamcommunity": "3.42.0",
"winston": "^3.3.3"
},
"devDependencies": {
"@babel/cli": "^7.13.10",
Expand All @@ -38,6 +39,7 @@
"@babel/preset-typescript": "^7.13.0",
"@types/axios": "^0.14.0",
"@types/node": "^14.14.35",
"@types/winston": "^2.4.4",
"@types/steam-totp": "^2.1.0",
"nodemon": "^2.0.7",
"ts-node": "^9.1.1",
Expand Down
Loading

0 comments on commit 43a6959

Please sign in to comment.