Enable live dashboard in production

Includes extras to monitor ecto repos.
This commit is contained in:
Claudio Ortolina
2024-11-23 19:26:54 +00:00
parent bbfafbe519
commit f157fbadee
4 changed files with 10 additions and 2 deletions
+1
View File
@@ -36,6 +36,7 @@ defmodule MusicLibrary.MixProject do
{:phoenix_ecto, "~> 4.5"},
{:ecto_sql, "~> 3.10"},
{:ecto_sqlite3, ">= 0.0.0"},
{:ecto_sqlite3_extras, "~> 1.2.2"},
{:phoenix_html, "~> 4.1"},
{:phoenix_live_reload, "~> 1.2", only: :dev},
{:yaml_elixir, "~> 2.11"},