This commit is contained in:
realshaman
2025-10-20 23:13:21 -06:00
parent 7e96af8047
commit 63092c3723

View File

@@ -3,7 +3,7 @@ const childProcess = require('child_process')
inquirer.registerPrompt('fuzzypath', require('inquirer-fuzzy-path'))
// Load environment variables before changing directories
require('dotenv').config({ path: require('path').resolve(__dirname, '../../.env') })
require('dotenv').config({ path: require('path').resolve(__dirname, '../.env') })
console.log('Starting directory: ' + process.cwd());
const args = process.argv.slice(2); // The first two elements are 'node' and the script filename