fix: Move bamboo to extra_applications
This commit is contained in:
parent
63cf49d8cf
commit
3cd4cbd8fb
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue