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 ee76c99 commit 35a011fCopy full SHA for 35a011f
lib/algora/application.ex
@@ -28,7 +28,7 @@ defmodule Algora.Application do
28
AlgoraWeb.Endpoint,
29
Algora.Stargazer,
30
TwMerge.Cache
31
- ]
+ ] ++ Algora.Cloud.start()
32
33
children =
34
case Application.get_env(:algora, :cloudflare_tunnel) do
@@ -37,8 +37,6 @@ defmodule Algora.Application do
37
tunnel -> children ++ [{Algora.Tunnel, tunnel}]
38
end
39
40
- Algora.Cloud.start()
41
-
42
# See https://hexdocs.pm/elixir/Supervisor.html
43
# for other strategies and supported options
44
opts = [strategy: :one_for_one, name: Algora.Supervisor]
0 commit comments