• Loads environment variables from the .env files. NODE_ENV has to be set in the environment and will not be picked up from there.

    If NODE_ENV is not set, it will default to development.

    Environment variables are loaded in the following order:

    1. .env.development.local
    2. .env.development
    3. .env.local
    4. .env

    Returns LoadedEnv