Explorer
dotenv merges in inverse order?
Hi, when specifying two dotenv files that contain common keys, it seems that priority is given to the first file instead of the last file. This seems counter-intuitive to me and is the opposite of what was found in https://discord.com/channels/974121106208354339/1064231491883782215/1064231491883782215.
first.env:
second.env:
Taskfile.yml:
Running "task test" gives as output
while I would expect
Is it a bug or a feature?
6 replies