Skip to content

Commit

Permalink
feat: improved sentry error handling (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwwinter authored Mar 20, 2024
1 parent ee96b03 commit 4c24434
Show file tree
Hide file tree
Showing 8 changed files with 171 additions and 423 deletions.
5 changes: 4 additions & 1 deletion nest-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"sourceRoot": "src",
"compilerOptions": {
"plugins": ["@nestjs/swagger"],
"assets": ["assets/*"]
"assets": [
"assets/*",
{ "include": "./config/*.yaml", "outDir": "./dist", "watchAssets": true }
]
}
}
Loading

0 comments on commit 4c24434

Please sign in to comment.