Closed
Description
Description
This was noticed by a user who used a dependency in their config/runtime.exs file, which was not loaded yet because their app was not compiled at all.
But, they also showed that by using functions like System.fetch_env!/1
, the config will fail and the app will fail to start.
Solution
Need to find a way to start the runtime without it executing any of the Application config files.