Switch mix.exs to use extra_applications

This commit is contained in:
Martin Frost 2023-09-06 17:48:29 +02:00
parent 4818518f1e
commit 3d32358325
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ defmodule ISN.Mixfile do
#
# Type `mix help compile.app` for more information
def application do
[applications: [:postgrex, :ecto, :ecto_sql]]
[extra_applications: [:logger]]
end
defp description do