From 263ec967e18a0dbb874f2297cbeb7b3ef042cd9a Mon Sep 17 00:00:00 2001 From: kballou Date: Thu, 16 Nov 2017 22:41:26 -0700 Subject: Add initial OTP app and supervisor --- mix.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mix.exs') 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 -- cgit v1.2.1