Hello, Rather than passing ENV variables with yarn in command line, it would be easier to manage them from .env file by adding the `dotenv` package. ```javascript import {config as dotEnv} from "dotenv"; dotEnv(); ```