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