feat: add backpex (config, js hooks, deps, css, formatter)

This commit is contained in:
Moritz 2025-07-03 13:56:50 +02:00
parent b05cd7db77
commit 5d0e8b5f78
Signed by: moritz
GPG key ID: 1020A035E5DD0824
6 changed files with 31 additions and 12 deletions

View file

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