nuxt-community/dotenv-module

System vars should overwrite dotenv vars

Open

#46 aperta il 15 ott 2019

Vedi su GitHub
 (9 commenti) (3 reazioni) (0 assegnatari)JavaScript (32 fork)batch import
cmty:feature-requesthelp wanted

Metriche repository

Star
 (482 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor