Skip to content

Commit

Permalink
Restore extra_applications back to [:logger] only
Browse files Browse the repository at this point in the history
  • Loading branch information
sthepot authored and fredwu committed Jun 19, 2024
1 parent e8e30c3 commit 6866bbe
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 @@ -29,7 +29,7 @@ defmodule Crawler.Mixfile do
def application do
[
mod: {Crawler, []},
extra_applications: [:logger, :runtime_tools, :observer, :wx]
extra_applications: [:logger]
]
end

Expand Down

0 comments on commit 6866bbe

Please sign in to comment.