Skip to content

Commit

Permalink
feat: add multer
Browse files Browse the repository at this point in the history
  • Loading branch information
pjw5521 committed Sep 25, 2024
1 parent 70d0e81 commit 1bf0028
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 2 deletions.
148 changes: 146 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"dotenv": "^16.3.1",
"express": "^4.18.2",
"lodash": "^4.17.21",
"multer": "^1.4.5-lts.1",
"pino": "^9.1.0",
"pino-pretty": "^11.0.0",
"swagger-jsdoc": "^6.2.8",
Expand All @@ -30,6 +31,7 @@
"@types/express": "^4.17.21",
"@types/jest": "^29.5.11",
"@types/lodash": "^4.14.202",
"@types/multer": "^1.4.12",
"@types/node": "^20.12.2",
"@types/pino": "^7.0.5",
"@types/pino-pretty": "^5.0.0",
Expand Down

0 comments on commit 1bf0028

Please sign in to comment.