proposal: remove defaultPath
from @std/dotenv/load
#5464
Labels
dotenv
feedback welcome
We want community's feedback on this issue or PR
suggestion
a suggestion yet to be agreed
This option uses a
.env
file to define the default values of in a.env
file, rather than in-code. It also doesn't align with Deno's philosophy of providing control in an explicit manner, instead of magically.For these reasons, and similarly to #5449, I suggest we remove this option.
Related:
std/dotenv
'sload()
#4019load()
fromstd/dotenv
#4578The text was updated successfully, but these errors were encountered: