Install recon

This commit is contained in:
Claudio Ortolina
2024-12-27 20:33:18 +00:00
parent b503662c2e
commit dcd85eb550
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -50,6 +50,7 @@ defmodule MusicLibrary.MixProject do
{:floki, ">= 0.30.0", only: :test},
{:mox, "~> 1.2", only: :test},
{:phoenix_live_dashboard, "~> 0.8.3"},
{:recon, "~> 2.5"},
{:esbuild, "~> 0.8", runtime: Mix.env() == :dev},
{:tailwind, "~> 0.2", runtime: Mix.env() == :dev},
{:heroicons,