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