Remix.run Logo
jo-m a day ago

You can from the checked in config file include a local file which is not checked in (only if it exists).

For example, with direnv, the `.envrc` in my projects usually has

    source_env_if_exists .envrc.local
And the repo also ships with a `.envrc.local.example` file.
BeetleB a day ago | parent [-]

You missed this:

> Some configs don't allow extending