more stuff

This commit is contained in:
Rüdiger Diedrich
2023-03-02 20:13:14 +01:00
parent c70586864b
commit 9f239d0305
9 changed files with 673 additions and 38 deletions

View File

@ -8,6 +8,9 @@ defmodule SomethingErlang.Application do
@impl true
def start(_type, _args) do
children = [
{Registry, [name: SomethingErlang.Registry.Grovers, keys: :unique]},
{DynamicSupervisor, [name: SomethingErlang.Supervisor.Grovers, strategy: :one_for_one]},
# Start the Ecto repository
# Start the Telemetry supervisor
SomethingErlangWeb.Telemetry,
# Start the Ecto repository