Don't use default config as config.

This commit is contained in:
TheArcaneBrony
2022-08-10 02:34:53 +02:00
parent 9a5ccd6a9d
commit 56322bc263

View File

@@ -5,7 +5,7 @@ import fs from "fs";
// TODO: yaml instead of json
// const overridePath = path.join(process.cwd(), "config.json");
let config: ConfigValue = DefaultConfigOptions;
let config: ConfigValue;
let pairs: ConfigEntity[];
// TODO: use events to inform about config updates