gmplugin_hello/rebar.config
Peter Harpending f71826357b initial commit
2026-04-20 12:47:24 -07:00

8 lines
120 B
Erlang

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