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
I don't see anything relating to this on the docs site
.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 .envI don't see anything relating to this on the docs site
