Hello.
Can someone please explain why v4 is not loading my .env files as before? It is now always loading .env file regardless of the stage.
I have a .env.dev file that should be loading instead of the plain .env when the deployment stage is dev. It is resulting in the wrong vars being deployed.
Thanks.