nuxt-community/dotenv-module

System vars should overwrite dotenv vars

Open

#46 创建于 2019年10月15日

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

仓库指标

Star
 (482 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南