Skip to content

Commit

Permalink
Remove unnecessary extra_applications
Browse files Browse the repository at this point in the history
  • Loading branch information
ukutaht committed Mar 31, 2021
1 parent a9a770d commit f988f2e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,7 @@ defmodule Plausible.MixProject do
mod: {Plausible.Application, []},
extra_applications: [
:logger,
:sentry,
:runtime_tools,
:timex,
:ua_inspector,
:ref_inspector,
:bamboo,
:bamboo_smtp,
:appsignal,
:cachex
:runtime_tools
]
]
end
Expand Down

0 comments on commit f988f2e

Please sign in to comment.