Configured for release on prod environment.

This commit is contained in:
2026-02-21 11:55:23 +01:00
parent 0b364f19c2
commit 41e32e3ff1
6 changed files with 27 additions and 5 deletions

View File

@ -4,7 +4,7 @@ defmodule BeetRoundServer.MixProject do
def project do
[
app: :beet_round_server,
version: "0.1.0",
version: "0.7.1",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
@ -61,6 +61,7 @@ defmodule BeetRoundServer.MixProject do
depth: 1},
{:swoosh, "~> 1.16"},
{:phoenix_swoosh, "~> 1.2.1"},
{:gen_smtp, "~> 1.1"},
{:req, "~> 0.5"},
{:telemetry_metrics, "~> 1.0"},
{:telemetry_poller, "~> 1.0"},