dd05ee3a65
Co-authored-by: Eric Nemchik <eric@nemchik.com> Co-authored-by: Pavel Djundik <xPaw@users.noreply.github.com>
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);
|