nuxt-community/dotenv-module

System vars should overwrite dotenv vars

Open

#46 创建于 2019年10月15日

在 GitHub 查看
 (9 评论) (3 反应) (0 负责人)JavaScript (482 star) (32 fork)batch import
cmty:feature-requesthelp wanted

描述

What problem does this feature solve?

In most places where dotenv is used system env vars override the dotenv vars, however dotenv-module does the exact opposite, swapping this around would give the expected result when using systemvars: true

贡献者指南