Hi there 👋
I write and teach a lot of JavaScript/TypeScript. You can also find me on twitter
Repro
Have the following files:
.env:
LANG=en-US
GENERAL=works
hello.js:
console.log('LANG', process.env.LANG);
console.log('GENERAL', process.env…