Loading Environment Variables in a Monorepo with Root `.env`

what's the best way for using Config to load env vars in a monorepo environment where
.env
is at the root of the monorepo, but e.g. in this instance i'm running a cli command from at the package level? The default fromEnv is running at the package level I think, so it doesn't have access to
.env


I don't see anything relating to this on the docs site
Was this page helpful?