-
Notifications
You must be signed in to change notification settings - Fork 623
[rush] Add support for .env files. #5155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is |
||
"packageName": "@microsoft/rush", | ||
"comment": "Add support for setting environment variables via `<repo-root>/.env` and `~/.rush-user/.env` files.", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
@iclanton could you add a note to the top of https://rushjs.io/pages/configs/environment_vars/ ? That is probably the most discoverable place |
||
"type": "none" | ||
} | ||
], | ||
"packageName": "@microsoft/rush" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush. | ||
{ | ||
"pnpmShrinkwrapHash": "b48c35b584583839e5d4a9e651d78a779d206b2e", | ||
"pnpmShrinkwrapHash": "8465c51e473155e55c752d1ba8a929a9dde031fd", | ||
"preferredVersionsHash": "54149ea3f01558a859c96dee2052b797d4defe68", | ||
"packageJsonInjectedDependenciesHash": "a8af9805efae30377fcf83e1a927721f67381aee" | ||
"packageJsonInjectedDependenciesHash": "eacd9bb78498347b62458a678a12bdca7293da5d" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush. | ||
{ | ||
"pnpmShrinkwrapHash": "9429dfa99a546617d190d3eb990cc5fbc6e0ac7c", | ||
"pnpmShrinkwrapHash": "5f6737a24eea6a2afef9ab8a02f07ec3306addd8", | ||
"preferredVersionsHash": "54149ea3f01558a859c96dee2052b797d4defe68" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does
rushx
support this feature as well?