feat: add task definition

This commit is contained in:
Moritz Böhme 2025-04-04 20:30:20 +02:00
parent 0183675176
commit ddf42409d5
6 changed files with 45 additions and 4 deletions

View file

@ -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,