fix(auth): boot AshAuthentication children under the :mv otp_app

This commit is contained in:
Moritz 2026-06-16 14:33:39 +02:00
parent c3a3de23a8
commit 2587ed751c
2 changed files with 59 additions and 1 deletions

View file

@ -32,7 +32,7 @@ defmodule Mv.Application do
{Task.Supervisor, name: Mv.TaskSupervisor},
{DNSCluster, query: Application.get_env(:mv, :dns_cluster_query) || :ignore},
{Phoenix.PubSub, name: Mv.PubSub},
{AshAuthentication.Supervisor, otp_app: :my},
{AshAuthentication.Supervisor, otp_app: :mv},
SystemActor,
# Start a worker by calling: Mv.Worker.start_link(arg)
# {Mv.Worker, arg},