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

@ -11,6 +11,9 @@ config :mv,
ecto_repos: [Mv.Repo],
generators: [timestamp_type: :utc_datetime]
# Backpex configuration
config :backpex, :pubsub_server, Mv.PubSub
# Configures the endpoint
config :mv, MvWeb.Endpoint,
url: [host: "localhost"],