diff options
Diffstat (limited to 'shardweb/mix.exs')
-rw-r--r-- | shardweb/mix.exs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shardweb/mix.exs b/shardweb/mix.exs index a28461a..809043d 100644 --- a/shardweb/mix.exs +++ b/shardweb/mix.exs @@ -1,4 +1,4 @@ -defmodule Shardweb.Mixfile do +defmodule ShardWeb.Mixfile do use Mix.Project def project do @@ -18,7 +18,7 @@ defmodule Shardweb.Mixfile do # Type `mix help compile.app` for more information. def application do [ - mod: {Shardweb.Application, []}, + mod: {ShardWeb.Application, []}, extra_applications: [:logger, :runtime_tools] ] end |