init pheonix

This commit is contained in:
zack 2024-10-20 23:25:59 -04:00
commit 6148b48275
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
48 changed files with 2864 additions and 0 deletions

6
.formatter.exs Normal file
View file

@ -0,0 +1,6 @@
[
import_deps: [:ecto, :ecto_sql, :phoenix],
subdirectories: ["priv/*/migrations"],
plugins: [Phoenix.LiveView.HTMLFormatter],
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}", "priv/*/seeds.exs"]
]