Merge pull request #12 from tmikoss/master

Ensure we are operating in app root folder
This commit is contained in:
Mattias Erming 2014-06-13 17:05:38 +02:00
commit bf98152488

View file

@ -1 +1,2 @@
process.chdir(__dirname);
require("./lib/server")();