thelounge/index.js
2014-08-05 00:48:14 -07:00

4 lines
75 B
JavaScript

process.chdir(__dirname);
var shout = require("./src/server");
shout();