nuxt-community/dotenv-module

System vars should overwrite dotenv vars

Open

#46 opened on Oct 15, 2019

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

Repository metrics

Stars
 (482 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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

Contributor guide