mirror of
https://github.com/thelounge/thelounge.git
synced 2026-03-14 22:45:50 +01:00
3 lines
75 B
JavaScript
3 lines
75 B
JavaScript
process.chdir(__dirname);
|
|
var shout = require("./lib/server");
|
|
shout();
|