iot_cloud/apps/endpoint/rebar.config
2024-05-06 22:53:07 +08:00

8 lines
111 B
Erlang

{erl_opts, [debug_info]}.
{deps, []}.
{shell, [
% {config, "config/sys.config"},
{apps, [endpoint]}
]}.