Mot

Results 268 comments of Mot

no it's not. thanks a lot chatgpt, lol.

keep all the thoughts coming here everyone. i haven't settled on a solution yet and am letting this one simmer for more comments and context. i'm also busy building [dotenvx...

effort started here: https://github.com/dotenvx/dotenvx/pull/486

released in `1.30.0`. thank you everyone for your patience. let me know if you run into any edge cases but so far it feels pretty solid.

i considered that, but decided against it for two reasons: 1. symmetry: using `require.config(envKeysFile:)` doesn't fit the `cwd` approach well - since that file is nested in a monorepo and...

there is currently not typescript type files added. this is a pure js project. would you like to add them for us?

the project is still not 1.0 so a lot of the method signatures still could change. definitely wait for #102 and then wait maybe a little longer after that to...

@khsuzan can you explain why you need this? `dotenvx` is mainly a cli library. if you are using the old school `require` methodology, also why do you need types? it...

ok, let's wait until after the `1.0.0` release.

> To make it work from other directories, I would need to specify the path of the .env of the global package every time I run it as a bin....