This might look like a newbie question, but I am unable to find the way to load environment variables from both .env and .env.local files in node with dotenv.
Is it even possible? How do people load environment variables from both files nowadays if not with dotenv?