Issue with process.env.LOCALAPPDATA being undefined in TurboRepo but working with pnpm dev #9967
-
SummaryI'm trying to create a monorepo with PCF (Power Apps Component Framework) components. In the startup script, they are using process.env.LOCALAPPDATA to get a path. When I run pnpm dev, it works as expected, but when I run turbo dev, process.env.LOCALAPPDATA is undefined. Has anyone encountered this issue and knows how to get process.env.LOCALAPPDATA loaded in TurboRepo? Additional informationNo response ExampleNo response |
Beta Was this translation helpful? Give feedback.
Answered by
Kristoffer88
Feb 17, 2025
Replies: 1 comment
-
|
Fixed this by changing envMode to lose. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Kristoffer88
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixed this by changing envMode to lose.