feat: add task definition
This commit is contained in:
parent
0183675176
commit
ddf42409d5
6 changed files with 45 additions and 4 deletions
|
|
@ -47,7 +47,7 @@ config :spark,
|
|||
config :putzplan,
|
||||
ecto_repos: [Putzplan.Repo],
|
||||
generators: [timestamp_type: :utc_datetime],
|
||||
ash_domains: [Putzplan.Accounts]
|
||||
ash_domains: [Putzplan.Accounts, Putzplan.Tasks]
|
||||
|
||||
# Configures the endpoint
|
||||
config :putzplan, PutzplanWeb.Endpoint,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue