Remove jsx from app.src

This commit is contained in:
terry-xiaoyu 2020-01-19 19:41:13 +08:00
parent f278a07190
commit 367398e965
1 changed files with 1 additions and 1 deletions

View File

@ -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, []},