mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-05 04:15:43 +00:00
Don't use default config as config.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user