fix: Move bamboo to extra_applications

This commit is contained in:
Robert Prehn 2021-05-14 18:48:13 -05:00
parent 63cf49d8cf
commit 3cd4cbd8fb

View file

@ -119,9 +119,8 @@ defmodule Legendary.Core.MixProject do
# Type `mix help compile.app` for more information. # Type `mix help compile.app` for more information.
def application do def application do
[ [
applications: [:bamboo, :bamboo_smtp],
mod: {Legendary.Core.Application, []}, mod: {Legendary.Core.Application, []},
extra_applications: [:logger, :runtime_tools] extra_applications: [:bamboo, :bamboo_smtp, :logger, :runtime_tools]
] ]
end end