summaryrefslogtreecommitdiff
path: root/priv/templates/app_rebar.config
blob: 203ce4accb6b01be0791267873d06580caf14396 (plain)
1
2
3
4
5
6
7
{erl_opts, [debug_info]}.
{deps, []}.

{shell, [
  % {config, [{config, "config/sys.config"}]},
    {apps, [{{name}}]}
]}.