Skip to content

Commit

Permalink
chore: remove observer & wx
Browse files Browse the repository at this point in the history
  • Loading branch information
sorax committed May 14, 2024
1 parent ec68cfb commit 9f94e3f
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 @@ -19,7 +19,7 @@ defmodule Radiator.MixProject do
def application do
[
mod: {Radiator.Application, []},
extra_applications: [:logger, :runtime_tools, :observer, :wx]
extra_applications: [:logger, :runtime_tools]
]
end

Expand Down

0 comments on commit 9f94e3f

Please sign in to comment.