Skip to content

Commit

Permalink
fix: FDR generated code imports (#1965)
Browse files Browse the repository at this point in the history
  • Loading branch information
RohinBhargava authored Jan 8, 2025
1 parent a76b4f2 commit 00acdb4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions servers/fdr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"@types/compression": "^1.7.5",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.13",
"@types/express-serve-static-core": "4.19.0",
"@types/html-to-text": "^9.0.1",
"@types/httpsnippet": "^1.23.1",
"@types/marked": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion servers/fdr/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"moduleResolution": "bundler"
},
"include": ["./src/**/*"],
"exclude": ["**/generated", "**/__test__"],
"exclude": ["**/__test__"],
"references": [
{
"path": "../../packages/commons/github"
Expand Down

0 comments on commit 00acdb4

Please sign in to comment.