Remove jsx from app.src
This commit is contained in:
parent
f278a07190
commit
367398e965
|
@ -4,7 +4,7 @@
|
||||||
{vsn, "git"},
|
{vsn, "git"},
|
||||||
{modules, []},
|
{modules, []},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{applications, [kernel,stdlib,jsx,gproc,gen_rpc,esockd,cowboy,
|
{applications, [kernel,stdlib,gproc,gen_rpc,esockd,cowboy,
|
||||||
sasl,os_mon]},
|
sasl,os_mon]},
|
||||||
{mod, {emqx_app,[]}},
|
{mod, {emqx_app,[]}},
|
||||||
{env, []},
|
{env, []},
|
||||||
|
|
Loading…
Reference in New Issue