rebar3 服务器

This commit is contained in:
lwt
2026-05-19 11:30:21 +08:00
parent aeb18acee0
commit 03fd2da480
5187 changed files with 3670646 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{erl_opts, [
{i, "./apps/base/include"}
]}.
{deps, []}.
{src_dirs, [
{"src", [{recursive, false}]},
{"src/auto_gen", [{recursive, true}]}
]}.
{cfg_modify_opts, [
{i, "./apps/game_config/include"},
{i, "./apps/base/include"},
{module_name_suffix, "_modify"},
{cfg_path, "src/game_cfg"},
{modify_path, "src/modify"},
{dest_path, "src/auto_gen"},
{base_utils_path, "./apps/base/src/utils"}
]}.