From 01a5f90edceb0cef28eaed507803946fab5b04aa Mon Sep 17 00:00:00 2001 From: SisMaker <156736github> Date: Tue, 29 Mar 2022 22:23:48 +0800 Subject: [PATCH] =?UTF-8?q?ft:=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rebar.config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index 21ce33c..7050e76 100644 --- a/rebar.config +++ b/rebar.config @@ -1,8 +1,9 @@ -{erl_opts, [no_debug_info, {i, "include"}]}. +{erl_opts, [no_debug_info]}. + {deps, [ ]}. {shell, [ % {config, "config/sys.config"}, - {apps, [erlSync]} + {apps, [eSync]} ]}.