Skip to content

Commit

Permalink
chore: Add :logger to extra_applications
Browse files Browse the repository at this point in the history
  • Loading branch information
abshierjoel committed Jun 28, 2024
1 parent 57a7315 commit 11779e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ defmodule TinyMaps.Mixfile do
end

def application do
[applications: []]
[extra_applications: [:logger]]
end

defp hex_package do
Expand Down

0 comments on commit 11779e8

Please sign in to comment.