Skip to content

Commit

Permalink
install logging package
Browse files Browse the repository at this point in the history
  • Loading branch information
jafow committed Sep 26, 2020
1 parent 847bfd7 commit 688ee02
Show file tree
Hide file tree
Showing 2 changed files with 181 additions and 0 deletions.
179 changes: 179 additions & 0 deletions backend/package-lock.json

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

2 changes: 2 additions & 0 deletions backend/package.json
Expand Up @@ -35,6 +35,7 @@
"sequelize": "^6.3.5",
"sequelize-auto": "^0.5.4",
"sequelize-cli": "^6.2.0",
"winston": "^3.3.3",
"umzug": "^2.3.0"
},
"devDependencies": {
Expand All @@ -44,6 +45,7 @@
"_moduleAliases": {
"@config": "./config/config.js",
"@controllers": "./controllers",
"@log": "./log.js",
"@middleware": "./middleware",
"@models": "./models",
"@routes": "./routes",
Expand Down

0 comments on commit 688ee02

Please sign in to comment.