fix: repair config loader

This commit is contained in:
hirzidevs
2024-09-11 21:23:31 +07:00
parent 5db7930e40
commit 132e485efc

View File

@@ -1,4 +1,3 @@
const fs = require("node:fs");
const yaml = require("js-yaml");
const cliColor = require("cli-color");
@@ -26,4 +25,4 @@ if (config.version !== 5) {
console.log(cliColor.cyanBright("[PteroStats] ") + cliColor.yellow("Configuration loaded"))
module.exports = configconfig
module.exports = config