Skip to content

Commit

Permalink
sort out applications and extra_applications
Browse files Browse the repository at this point in the history
  • Loading branch information
benonymus committed Dec 13, 2023
1 parent 36c7af7 commit 5f1ab64
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,10 @@ defmodule ElixirNsq.Mixfile do
# Type "mix help compile.app" for more information
def application do
[
applications: [:logger, :httpotion, :socket2, :elixir_uuid, :jason],
extra_applications: extra_applications(Mix.env())
extra_applications: [:logger]
]
end

defp extra_applications(:test), do: [:secure_random, :plug, :ranch, :plug_cowboy]
defp extra_applications(_), do: []

# Dependencies can be Hex packages:
#
# {:mydep, "~> 0.3.0"}
Expand Down

0 comments on commit 5f1ab64

Please sign in to comment.