We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd65281 commit aa8bd84Copy full SHA for aa8bd84
apps/expert/mix.exs
@@ -23,7 +23,7 @@ defmodule Expert.MixProject do
23
24
def application do
25
[
26
- extra_applications: [:logger, :runtime_tools, :kernel, :erts, :observer],
+ extra_applications: [:logger, :runtime_tools, :kernel, :observer],
27
mod: {Expert.Application, []}
28
]
29
end
0 commit comments