dgiot/apps/dgiot_api/rebar.config

7 lines
86 B
Erlang

{deps, []}.
{shell, [
% {config, "config/sys.config"},
{apps, [dgiot_api]}
]}.