From 3cd4cbd8fbb657c085d0d24ddb1e08fefc2913b7 Mon Sep 17 00:00:00 2001 From: Robert Prehn <3952444+prehnRA@users.noreply.github.com> Date: Fri, 14 May 2021 18:48:13 -0500 Subject: [PATCH] fix: Move bamboo to extra_applications --- apps/core/mix.exs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/core/mix.exs b/apps/core/mix.exs index 0c9e18c0..567b8f5f 100644 --- a/apps/core/mix.exs +++ b/apps/core/mix.exs @@ -119,9 +119,8 @@ defmodule Legendary.Core.MixProject do # Type `mix help compile.app` for more information. def application do [ - applications: [:bamboo, :bamboo_smtp], mod: {Legendary.Core.Application, []}, - extra_applications: [:logger, :runtime_tools] + extra_applications: [:bamboo, :bamboo_smtp, :logger, :runtime_tools] ] end