-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependency dotenv-expand to v10 (#14391)
- Loading branch information
1 parent
2f60b9e
commit d6bde8b
Showing
6 changed files
with
29 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
diff --git a/lib/main.js b/lib/main.js | ||
index 79d973c22f06403bfee45ff122bd384841c30da8..9392de262140f8f336146bef2419794532e4170f 100644 | ||
--- a/lib/main.js | ||
+++ b/lib/main.js | ||
@@ -69,9 +69,10 @@ function expand (config) { | ||
) | ||
} | ||
|
||
- for (const processKey in config.parsed) { | ||
- environment[processKey] = config.parsed[processKey] | ||
- } | ||
+ // PATCH: don't write to process.env | ||
+ // for (const processKey in config.parsed) { | ||
+ // environment[processKey] = config.parsed[processKey] | ||
+ // } | ||
|
||
return config | ||
} |
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.