dgiot/apps/dgiot_http/rebar.config
2021-05-30 14:11:43 +09:00

7 lines
87 B
Erlang

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