aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2016-10-30 22:25:56 -0600
committerkballou <kballou@devnulllabs.io>2016-10-30 23:07:59 -0600
commit10275f7bbf7c79214a52e837294a8c16fdfaa549 (patch)
treebd28550932fa394005185f7d2ed76e9d12cf3169 /mix.exs
parentf05b46fdc9092bd8dabb85257f0746312aad0bfe (diff)
downloadoctochat-10275f7bbf7c79214a52e837294a8c16fdfaa549.tar.gz
octochat-10275f7bbf7c79214a52e837294a8c16fdfaa549.tar.xz
Add OTP app and sup modules
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 1605814..cb7b454 100644
--- a/mix.exs
+++ b/mix.exs
@@ -14,7 +14,8 @@ defmodule Octochat.Mixfile do
end
def application do
- [applications: [:logger]]
+ [applications: [:logger],
+ mod: {Octochat.Application, []}]
end
defp deps do