From ebbe27625ba2594bd71f2b48f0f38d67ed805c02 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Tue, 28 Jan 2020 20:05:52 -0500 Subject: dotenv loading works --- apps/thulani_bot/mix.exs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/thulani_bot/mix.exs') diff --git a/apps/thulani_bot/mix.exs b/apps/thulani_bot/mix.exs index 13afa4f..9d3b6ae 100644 --- a/apps/thulani_bot/mix.exs +++ b/apps/thulani_bot/mix.exs @@ -24,8 +24,7 @@ defmodule Thulani.Bot.MixProject do defp deps do [ - # we look up the token based on an environment variable, so we can't do this - {:nostrum, "~> 0.4"}, + {:nostrum, "~> 0.4", runtime: false}, {:util, in_umbrella: true} ] end -- cgit v1.3.1