Files
fc/server/zone/dev_1/main.app
T

13 lines
287 B
Erlang
Raw Normal View History

2026-05-23 22:10:14 +08:00
%% 应用程序信息文件
{application, main, [
{description, "game server"}
,{vsn, "0.1"}
,{modules, [main]}
,{registered, []}
,{applications, [kernel, stdlib]}
,{mod, {main, []}}
,{start_phases, []}
,{env, []}
]
}.