Added supervisor structure
This commit is contained in:
parent
b0be23c0a5
commit
ae1856e1f2
3 changed files with 62 additions and 0 deletions
7
src/start_ggs.erl
Normal file
7
src/start_ggs.erl
Normal file
|
@ -0,0 +1,7 @@
|
|||
-module(start_ggs).
|
||||
-export([start/0]).
|
||||
|
||||
start() ->
|
||||
application:start(inets),
|
||||
application:start(erlang_js),
|
||||
application:start(ggs).
|
Reference in a new issue