Add unplug to dynamically load plugs

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-09-21 10:15:47 +02:00
parent d2372d5700
commit 6675c62d94
5 changed files with 30 additions and 3 deletions

View File

@@ -205,6 +205,7 @@ defmodule Mobilizon.Mixfile do
{:tzdata, "~> 1.1"},
{:codepagex, "~> 0.1.6"},
{:vite_phx, "~> 0.2"},
{:unplug, "~> 1.0.0"},
# Dev and test dependencies
{:phoenix_live_reload, "~> 1.2", only: [:dev, :e2e]},
{:ex_machina, "~> 2.3", only: [:dev, :test]},