feat: init

This commit is contained in:
Moritz Böhme 2025-04-03 12:17:46 +02:00
commit b58058e19b
59 changed files with 3314 additions and 0 deletions

15
.formatter.exs Normal file
View file

@ -0,0 +1,15 @@
[
import_deps: [
:ash_authentication_phoenix,
:ash_authentication,
:ash_sqlite,
:ash,
:reactor,
:ecto,
:ecto_sql,
:phoenix
],
subdirectories: ["priv/*/migrations"],
plugins: [Spark.Formatter, Phoenix.LiveView.HTMLFormatter],
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}", "priv/*/seeds.exs"]
]