erisanolasheni/custom-env

this library should have a default env config for fallback

byteab opened this issue · 3 comments

if no match found for current NODE_ENV it should simply load a default .env.default file

Alright, we will work on that, thanks!

Agree, but I think using plain .env as the default fallback would be preferable to having a special designator. See my comments on issue #11

Thanks @EhsanSarshar , Version 2 A new version is available. It now fall back to .env configuration if not found.

Thanks again!