feat(ash): added accounts, user for authentication

This commit is contained in:
carla 2025-05-30 12:20:47 +02:00
parent b243148e69
commit 40b4005bb3
5 changed files with 160 additions and 1 deletions

View file

@ -49,7 +49,7 @@ config :spark,
config :mv,
ecto_repos: [Mv.Repo],
generators: [timestamp_type: :utc_datetime],
ash_domains: [Mv.Membership]
ash_domains: [Mv.Membership, Mv.Accounts]
# Configures the endpoint
config :mv, MvWeb.Endpoint,