chore(stomp.erl): Prepare for depot merge
This commit is contained in:
parent
ad0d127ab3
commit
32d16e2b02
9 changed files with 0 additions and 0 deletions
11
net/stomp_erl/src/stomp_app.erl
Normal file
11
net/stomp_erl/src/stomp_app.erl
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
-module(stomp_app).
|
||||
-behaviour(application).
|
||||
|
||||
-export([start/2]).
|
||||
-export([stop/1]).
|
||||
|
||||
start(_Type, _Args) ->
|
||||
stomp_sup:start_link().
|
||||
|
||||
stop(_State) ->
|
||||
ok.
|
||||
Loading…
Add table
Add a link
Reference in a new issue