chore: use new Config module

This commit is contained in:
Zach Daniel 2022-05-13 20:45:54 -04:00
parent 89af1acd41
commit 15be502838

View file

@ -1,4 +1,4 @@
use Mix.Config
import Config
config :phoenix, :json_library, Jason
if Mix.env() == :dev do