mirror of
https://github.com/valitydev/dominant-v2.git
synced 2024-11-06 00:35:21 +00:00
8 lines
114 B
Erlang
8 lines
114 B
Erlang
{erl_opts, [debug_info]}.
|
|
{deps, []}.
|
|
|
|
{shell, [
|
|
% {config, "config/sys.config"},
|
|
{apps, [dominant-v2]}
|
|
]}.
|