ソースを参照
Merge pull request #1927 from aboroska/fix-app-template
Fix misleading config in app template
pull/1928/head
Fred Hebert
6年前
committed by
GitHub
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
-
priv/templates/app_rebar.config
|
|
@ -2,6 +2,6 @@ |
|
|
|
{deps, []}. |
|
|
|
|
|
|
|
{shell, [ |
|
|
|
% {config, [{config, "config/sys.config"}]}, |
|
|
|
% {config, "config/sys.config"}, |
|
|
|
{apps, [{{name}}]} |
|
|
|
]}. |