Skip to content

Commit

Permalink
mix:exs: When development tools is enabled, add debugger and wx
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Nov 25, 2024
1 parent cc5c9f6 commit f0773c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,9 @@ defmodule Ejabberd.MixProject do
defp cond_apps do
for {:true, app} <- [{config(:stun), :stun},
{if_version_below(~c"27", true), :jiffy},
{config(:tools), :observer}], do:
{config(:tools), :debugger},
{config(:tools), :observer},
{config(:tools), :wx}], do:
app
end

Expand Down

0 comments on commit f0773c4

Please sign in to comment.