electricitymaps / bloom-contrib

Making carbon footprint data available to everyone.
https://www.bloomclimate.com
MIT License
434 stars 104 forks source link

Skip loading env.json file #475

Closed skovhus closed 3 years ago

skovhus commented 3 years ago

Skip loading the env.json file, which we no longer use. Instead of removing the loadEnv completely, I updated it to use process.env.

Note that this is a blocker for migrating to TypeScript.