mirror of
https://github.com/tswow/tswow
synced 2026-08-14 20:29:06 -04:00
4 lines
No EOL
165 B
TypeScript
4 lines
No EOL
165 B
TypeScript
import { NodeConfigClass } from "../util/NodeConfig";
|
|
import { ipaths } from "../util/Paths";
|
|
|
|
export const NodeConfig = new NodeConfigClass(ipaths.node_conf.get()); |