Skip to content

Commit

Permalink
chore(workflows-service): update tsconfig to exclude prisma migrations
Browse files Browse the repository at this point in the history
- Exclude prisma/migrations from builds
- Adjust sourceRoot for cleaner paths

(Your code exclusions are like a club for VIPs only—no migrations allowed)
  • Loading branch information
alonp99 committed Dec 19, 2024
1 parent 4e6945e commit 74016de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/workflows-service/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"sourceRoot": "/", // Shortens file paths on Sentry
"exclude": [
"node_modules",
"prisma/migrations",
"prisma/schema.prisma",
"test",
"dist",
Expand Down

0 comments on commit 74016de

Please sign in to comment.