aboutsummaryrefslogtreecommitdiff
path: root/rebar.config
blob: 3f8f69d498d6c3d56c2e2b60a6348278d200b33e (plain)
1
2
3
4
5
6
7
8
9
10
{erl_opts, [debug_info, warnings_as_errors]}.
{src_dirs, ["src", "gen/src"]}.

{profiles, [
    {test, [{src_dirs, ["src", "test", "gen/src", "gen/test"]}]}
]}.

{project_plugins, [rebar_gleam]}.

{deps, []}.