Skip to content

Commit

Permalink
Address code review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
myrotvorets-team committed Sep 26, 2023
1 parent 5b185ce commit d60c14b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 23 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@
!healthcheck.sh

src/**/.git
*.d.ts
*.d.cts
*.d.mts
32 changes: 10 additions & 22 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@
"@myrotvorets/opentelemetry-configurator": "^5.0.0",
"@opentelemetry/instrumentation-express": "^0.33.0",
"@opentelemetry/instrumentation-http": "^0.43.0",
"@types/multer": "^1.4.7",
"envalid": "^8.0.0",
"express": "^4.17.1",
"morgan": "^1.10.0"
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1"
},
"devDependencies": {
"@myrotvorets/eslint-config-myrotvorets-ts": "^2.21.0",
Expand Down

0 comments on commit d60c14b

Please sign in to comment.