mirror of
https://github.com/thelounge/thelounge
synced 2024-11-22 03:53:08 +00:00
6 lines
144 B
TypeScript
6 lines
144 B
TypeScript
|
import * as path from "path";
|
||
|
const home = path.join(__dirname, ".thelounge");
|
||
|
|
||
|
import config from "../../server/config";
|
||
|
config.setHome(home);
|