Skip to content
Snippets Groups Projects
Commit 292b68d9 authored by Uku Taht's avatar Uku Taht
Browse files

Remove unnecessary extra_applications

parent c6309976
Branches
No related tags found
No related merge requests found
...@@ -36,15 +36,7 @@ defmodule Plausible.MixProject do ...@@ -36,15 +36,7 @@ defmodule Plausible.MixProject do
mod: {Plausible.Application, []}, mod: {Plausible.Application, []},
extra_applications: [ extra_applications: [
:logger, :logger,
:sentry, :runtime_tools
:runtime_tools,
:timex,
:ua_inspector,
:ref_inspector,
:bamboo,
:bamboo_smtp,
:appsignal,
:cachex
] ]
] ]
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment