const config = JSON.parse(fs.readFileSync(path.resolve(__dirname, 'internal/project/project-config.json'), 'utf-8')); const activeTheme = config['active-theme']; const finalPath = `wp-content/themes/${activeTheme}`;