clever-tools icon indicating copy to clipboard operation
clever-tools copied to clipboard

Use new native .env Node.js support

Open davlgd opened this issue 1 year ago • 2 comments

Node.js 21.7 introduces env vars parsing and .env native support, multiline included. We could use this in a future release to simplify our codebase https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V21.md#loading-and-parsing-environment-variables

davlgd avatar Mar 07 '24 20:03 davlgd

In which component / step do you want to use it ?

miton18 avatar Mar 25 '24 09:03 miton18

For env var parsing at clever env import, as it's native with multiline support ?

davlgd avatar Mar 25 '24 09:03 davlgd