mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
Make sure we watch and reload on env file changes. Ignore env file in parent process, so child process can reload current vars when we recreate it. Fixes: https://github.com/nodejs/node/issues/54001 PR-URL: https://github.com/nodejs/node/pull/54109 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>