summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-07-17 09:32:29 -0400
committerMark Felder <feld@feld.me>2024-07-17 09:32:29 -0400
commit4cbb59c8f615183efa67ad8b628fce40c6bf7cd9 (patch)
tree8278714c28fcc156cecbd00447b605faefda3836 /mix.exs
parent683c4f08670d0e80c83e4f550571ea010f6d23af (diff)
downloadpleroma-4cbb59c8f615183efa67ad8b628fce40c6bf7cd9.tar.gz
pleroma-4cbb59c8f615183efa67ad8b628fce40c6bf7cd9.zip
Add Oban Live Dashboard
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mix.exs b/mix.exs
index eab77d9cd..6770f95fd 100644
--- a/mix.exs
+++ b/mix.exs
@@ -201,6 +201,7 @@ defmodule Pleroma.Mixfile do
{:exile, "~> 0.10.0"},
{:bandit, "~> 1.5.2"},
{:websock_adapter, "~> 0.5.6"},
+ {:oban_live_dashboard, "~> 0.1.1"},
## dev & test
{:phoenix_live_reload, "~> 1.3.3", only: :dev},