From 0e94d069f0dda0b20a2ca732e6dfae7aabb35f6f Mon Sep 17 00:00:00 2001 From: Niko Sams Date: Fri, 18 Oct 2024 09:06:49 +0200 Subject: [PATCH] add changeset --- .changeset/chilled-wombats-count.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/chilled-wombats-count.md diff --git a/.changeset/chilled-wombats-count.md b/.changeset/chilled-wombats-count.md new file mode 100644 index 0000000..7704770 --- /dev/null +++ b/.changeset/chilled-wombats-count.md @@ -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