Closed warmwaffles closed 11 months ago
The config.exs is not necessary for this library. It also is emitting warnings for use Mix.Config when it is preferable to import Mix.Config now.
config.exs
use Mix.Config
import Mix.Config
The
config.exs
is not necessary for this library. It also is emitting warnings foruse Mix.Config
when it is preferable toimport Mix.Config
now.