aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2017-11-16 22:41:26 -0700
committerkballou <kballou@devnulllabs.io>2017-11-24 09:54:20 -0700
commit263ec967e18a0dbb874f2297cbeb7b3ef042cd9a (patch)
treeb3afc7450e221246aca3449808aacf1617b310e3 /mix.exs
parent40a78e7cec8e783a6c2c11e222616f42f46eaaef (diff)
downloadoctonetcat-263ec967e18a0dbb874f2297cbeb7b3ef042cd9a.tar.gz
octonetcat-263ec967e18a0dbb874f2297cbeb7b3ef042cd9a.tar.xz
Add initial OTP app and supervisor
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 39f1374..d21b0a7 100644
--- a/mix.exs
+++ b/mix.exs
@@ -17,7 +17,8 @@ defmodule Octonetcat.Mixfile do
# Run "mix help compile.app" to learn about applications.
def application do
[
- extra_applications: [:logger]
+ extra_applications: [:logger],
+ mod: {Octonetcat.Application, []}
]
end