mirror of
https://github.com/HirziDevs/PteroStats
synced 2026-01-06 21:47:36 +00:00
fix: repair config loader
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user