fivetanley / ember-cli-dotenv

Dotenv for your ember app through ember-cli
MIT License
191 stars 34 forks source link

Update dotenv to v16 to support the export prefix in env vars #114

Closed flashios09 closed 10 months ago

flashios09 commented 2 years ago

Support the env vars prefixed with export, e.g. export ENV="dev" ! See https://github.com/fivetanley/ember-cli-dotenv/issues/27 PS: dotenv now works only on node>=12(https://github.com/motdotla/dotenv/blob/master/package.json#L58), means ember-cli-dotenv will work only on node>=12 too(a new release version is required) :)

SergeAstapov commented 2 years ago

@flashios09 Thank you! I'll try to spend some time and refresh the addon, bump min Node.js etc. and this will be part of that new major

flashios09 commented 1 year ago

Hi @SergeAstapov , any news about this PR ?

SergeAstapov commented 10 months ago

@flashios09 sorry for delay! finally got here and this was done in #119