Closed geraintwhite closed 9 years ago
Related to #23, we should make server.js a module that takes a config object. We can then have a binary that accepts CLI args with config path or defaults to ./config.json.
server.js
./config.json
Related to #23, we should make
server.js
a module that takes a config object. We can then have a binary that accepts CLI args with config path or defaults to./config.json
.