diff --git a/main.js b/main.js index c1cff0c..3e574cb 100644 --- a/main.js +++ b/main.js @@ -52,7 +52,7 @@ function loadConfig(configPath) { } } -function config_check { +function config_check() { const filePath = path.join(process.cwd(), 'MUTEXIS_KIT.json'); // Check if the file exists in the current directory if (fs.existsSync(filePath)) { loadConfig(filePath);