Skip to content

Fallback to Config if Mix.Config does not exist, even if Config does not exist either

rinpatch requested to merge fix/fallback-config into develop

For some weird reason Code.ensure_loaded?(Config) is false on OTP releases even though use Config from config files works just fine.

Merge request reports