Add :phoenix to extra_applications to suppress a warning

Related to use of Phoenix.Flash.get/2
This commit is contained in:
Mark Felder 2023-06-02 11:34:04 -04:00
parent f0e5f0e837
commit 2e45be2653

View file

@ -78,6 +78,7 @@ defmodule Pleroma.Mixfile do
:comeonin,
:fast_sanitize,
:os_mon,
:phoenix,
:ssl
],
included_applications: [:ex_syslogger]