WIP member and properties

This commit is contained in:
Moritz 2025-04-28 17:56:58 +02:00
parent 2116ee1e91
commit 45fc52d6fb
Signed by: moritz
GPG key ID: 1020A035E5DD0824
10 changed files with 446 additions and 1 deletions

View file

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