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

@ -10,6 +10,6 @@
:phoenix
],
subdirectories: ["priv/*/migrations"],
plugins: [Spark.Formatter, Phoenix.LiveView.HTMLFormatter],
# plugins: [Spark.Formatter, Phoenix.LiveView.HTMLFormatter], # FIXME:seems broken
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}", "priv/*/seeds.exs"]
]