Compare commits

...

2 Commits

Author SHA1 Message Date
d2b30cc995 fix ctrl shell 2026-06-10 16:01:02 +08:00
d3e89eceea fix rebar config 2026-06-10 15:56:51 +08:00
2 changed files with 6 additions and 0 deletions

Binary file not shown.

View File

@ -2,6 +2,9 @@
{project_app_dirs, ["apps/*"]}. {project_app_dirs, ["apps/*"]}.
{pre_hooks, [{compile, "make -C go_extend build"},
{clean, "make -C go_extend clean"}]}.
{deps, [ {deps, [
{poolboy, ".*", {git, "https://github.com/devinus/poolboy.git", {tag, "1.5.1"}}}, {poolboy, ".*", {git, "https://github.com/devinus/poolboy.git", {tag, "1.5.1"}}},
{hackney, ".*", {git, "https://github.com/benoitc/hackney.git", {tag, "1.25.0"}}}, {hackney, ".*", {git, "https://github.com/benoitc/hackney.git", {tag, "1.25.0"}}},
@ -22,6 +25,9 @@
{include_erts, true}, {include_erts, true},
{mode, prod}, {mode, prod},
%{mode, prod}, %{mode, prod},
{overlay, [
{copy, "go_extend/cmd/iot_ctrl/iot_ctrl", "bin/"}
]},
{sys_config_src, "./config/sys.config.src"}, {sys_config_src, "./config/sys.config.src"},
{vm_args_src, "./config/vm.args.src"} {vm_args_src, "./config/vm.args.src"}