Are you like me drinking the @ReproBuilds
kool aid and configure your JavaScript projects using environment variables ALL
THE TIME? I use a little helper which complains if they are missing and
otherwise plays nice with #TypeScript:
https://www.npmjs.com/package/@nordicsemiconductor/from-env
1 reply
@ReproBuilds No more ugly
const myVar = http://process.env.MY_VAR ?? '' // what if it's blank?