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 535205c commit 6c96c2bCopy full SHA for 6c96c2b
lib/algora/application.ex
@@ -28,7 +28,8 @@ defmodule Algora.Application do
28
# Start to serve requests, typically the last entry
29
AlgoraWeb.Endpoint,
30
Algora.Stargazer,
31
- TwMerge.Cache
+ TwMerge.Cache,
32
+ UAInspector.Supervisor
33
] ++ Algora.Cloud.start()
34
35
children =
mix.exs
@@ -32,7 +32,8 @@ defmodule Algora.MixProject do
def application do
[
mod: {Algora.Application, []},
- extra_applications: [:logger, :runtime_tools]
+ extra_applications: [:logger, :runtime_tools],
36
+ included_applications: [:ua_inspector]
37
]
38
end
39
0 commit comments