nuxt-community/dotenv-module

System vars should overwrite dotenv vars

Open

#46 opened on 2019年10月15日

GitHub で見る
 (9 comments) (3 reactions) (0 assignees)JavaScript (32 forks)batch import
cmty:feature-requesthelp wanted

Repository metrics

Stars
 (482 stars)
PR merge metrics
 (30d に merged 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

コントリビューターガイド