feat(ash): member and properties
This commit is contained in:
parent
a194a3494f
commit
505f5535ea
10 changed files with 455 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue