Skip to content

Commit

Permalink
add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
nsams committed Oct 19, 2024
1 parent 137619f commit 0e94d06
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/chilled-wombats-count.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@comet/dev-process-manager": minor
---

Don't inject .env file as real env variables for child processes

This can cause problems when the child process has a custom .env loading mechanism (eg. additional files such as .env.secrets) but dev-pm sets env vars which overrule the values loaded from .env by child child process

0 comments on commit 0e94d06

Please sign in to comment.