diff options
author | Alex Auvolat <alex@adnab.me> | 2018-09-26 18:14:32 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2018-09-26 18:14:32 +0200 |
commit | 26629dc30a116204263ac4b515600649ba742ba0 (patch) | |
tree | a066688ce44e028abd188867bc92b72496d4893a /shardweb/mix.exs | |
parent | 1a13285971ef728109011a93e676e26248b30242 (diff) | |
download | shard-26629dc30a116204263ac4b515600649ba742ba0.tar.gz shard-26629dc30a116204263ac4b515600649ba742ba0.zip |
Web UI for multiple identities
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 |