thelounge/test/fixtures/env.ts

6 lines
144 B
TypeScript
Raw Normal View History

import * as path from "path";
const home = path.join(__dirname, ".thelounge");
import config from "../../server/config";
config.setHome(home);