Although it is possible to declare envs vars in the .env file for the
production build, this is not a recommended practice. Instead declare env vars
at runtime. Here’s how to do it for both the node and docker builds of a
Latitude project.NOTE: If a .env file is present at the root of a Latitude project during a
build step, we will include it in the final production build. This is to ensure
that the local production build works the same way the dev build does.