Service console check providers

This commit is contained in:
Stijnus
2025-01-30 01:58:47 +01:00
parent 9e8d05cb54
commit d9a380f28a
22 changed files with 1476 additions and 104 deletions

View File

@@ -7,7 +7,7 @@ import type { IconifyJSON } from '@iconify/types';
// Debug: Log the current working directory and icon paths
console.log('CWD:', process.cwd());
const iconPaths = globSync(join(process.cwd(), 'public/icons/*.svg'));
const iconPaths = globSync(join(process.cwd(), 'icons/*.svg'));
console.log('Found icons:', iconPaths);
const collectionName = 'bolt';