Skip to content

Commit

Permalink
Merge pull request #219 from appsignal/processmon-ignore-dist-nestjs-…
Browse files Browse the repository at this point in the history
…prisma

Avoid boot loop on NestJS + Prisma build
  • Loading branch information
unflxw authored Jul 4, 2024
2 parents 4a3291d + 1933e41 commit 4114dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodejs/nestjs-prisma/app/processmon.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[[paths_to_watch]]
path = "/app"
ignore = ["prisma/dev.db", "prisma/dev.db-journal"]
ignore = ["prisma/dev.db", "prisma/dev.db-journal", "dist"]

[[paths_to_watch]]
path = "/integration"
Expand Down

0 comments on commit 4114dc6

Please sign in to comment.