feat: init
This commit is contained in:
commit
b58058e19b
59 changed files with 3314 additions and 0 deletions
15
.formatter.exs
Normal file
15
.formatter.exs
Normal 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"]
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue