add swoosh to config

This commit is contained in:
shibao 2022-02-15 19:00:43 -05:00
parent 1235243a39
commit 4b48f6ae0d
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ defmodule Cannery.MixProject do
def application do
[
mod: {Cannery.Application, []},
extra_applications: [:logger, :runtime_tools, :os_mon],
extra_applications: [:logger, :runtime_tools, :os_mon, :swoosh, :gen_smtp],
]
end