dgiot/apps/dgiot_api/rebar.config

9 lines
163 B
Plaintext
Raw Normal View History

2022-01-03 01:08:42 +08:00
{deps, [
{jesse, {git, "https://gitee.com/fastdgiot/jesse.git", {tag, "1.6.1"}}}
]}.
{shell, [
% {config, "config/sys.config"},
{apps, [dgiot_api]}
]}.