feat: media handling

This commit is contained in:
2026-04-23 16:22:32 +02:00
parent d3dda2bd40
commit b6255122a9
4 changed files with 250 additions and 18 deletions

View File

@@ -24,7 +24,9 @@ defmodule BDS.MixProject do
{:ecto_sql, "~> 3.13"},
{:ecto_sqlite3, "~> 0.21"},
{:luerl, "~> 1.5"},
{:jason, "~> 1.4"}
{:jason, "~> 1.4"},
{:plug, "~> 1.18"},
{:image, "~> 0.65"}
]
end