motdotla / dotenv

Loads environment variables from .env for nodejs projects.
https://www.dotenvx.com
BSD 2-Clause "Simplified" License
19.01k stars 853 forks source link

fix: support array for path option #797

Closed tran-simon closed 7 months ago

tran-simon commented 7 months ago

Fixes: #796

motdotla commented 7 months ago

this gets us halfway there. it selects the first file. merging and then i will add to it to properly support smart loading each file in order.

motdotla commented 7 months ago

published as 16.4.1 https://www.npmjs.com/package/dotenv?activeTab=versions. i'll work toward the full fix (where multiple file merge together) as soon as possible and will be released as a minor version.