allow custom config

This commit is contained in:
jomo
2014-11-23 23:13:25 +01:00
parent bac6a0dadd
commit 796f410248
6 changed files with 21 additions and 5 deletions

View File

@@ -1 +1 @@
web: npm start
web: cp "modules/config.example.js" "modules/config.js" && npm start