feat: add backpex (config, js hooks, deps, css, formatter)
This commit is contained in:
parent
b05cd7db77
commit
5d0e8b5f78
6 changed files with 31 additions and 12 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue