mirror of
https://github.com/thelounge/thelounge
synced 2024-11-26 14:00:21 +00:00
3 lines
75 B
JavaScript
3 lines
75 B
JavaScript
process.chdir(__dirname);
|
|
var shout = require("./lib/server");
|
|
shout();
|