Replies: 1 comment 4 replies
-
|
I'm not sure what's being asked for here.
Is the request that users be able to modify for their own local environment without having to commit the changes to the repository? If so, this sounds like a design that wouldn't scale. In the ideal case, a repository always runs one way, with no need for developers to constantly customize to their liking. If we assume that to be true, letting developers passthrough environment variables at their whim doesn't seem like a happy path. Still, the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Background
Following #10984
I realized that the list is quite dynamic and keeps expanding, and there's already a way to allow - just harder to use when Turbopack is wrapped by other software.
Proposal
add
TURBO_REPO_PASSTHRU_ENVenvironment variable that accepts colon separated environment variable names that will be passed through if detected.Happy to contribute it!
Beta Was this translation helpful? Give feedback.
All reactions