Files
thelounge/test/fixtures/env.ts
2026-04-10 15:10:19 -07:00

6 lines
168 B
TypeScript

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