🔥 initial commit 🔥

This commit is contained in:
2026-03-30 01:02:24 -04:00
commit cb179333f0
77 changed files with 6974 additions and 0 deletions

23
.formatter.exs Normal file
View File

@@ -0,0 +1,23 @@
[
import_deps: [
:ash_typescript,
:ash_ai,
:ash_state_machine,
:ash_admin,
:ash_authentication_phoenix,
:ash_authentication,
:ash_postgres,
:ash_json_api,
:ash_graphql,
:absinthe,
:ash_phoenix,
:ash,
:reactor,
:ecto,
:ecto_sql,
:phoenix
],
subdirectories: ["priv/*/migrations"],
plugins: [Absinthe.Formatter, Spark.Formatter, Phoenix.LiveView.HTMLFormatter],
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}", "priv/*/seeds.exs"]
]