Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
SisMaker
/
rebar3
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Projects
0
Rilasci
62
Wiki
Attività
Sfoglia il codice sorgente
Fix misleading config in app template
Uncommenting the sys.config shell setting in app template rebar.config works now as expected.
pull/1927/head
Boroska András
6 anni fa
parent
a112095277
commit
f96dcbb342
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
priv/templates/app_rebar.config
+ 1
- 1
priv/templates/app_rebar.config
Vedi File
@ -2,6 +2,6 @@
{deps, []}.
{shell, [
% {config,
[{config,
"config/sys.config"
}]
},
% {config, "config/sys.config"},
{apps, [{{name}}]}
]}.
Scrivi
Anteprima
Caricamento…
Annulla
Salva