Add comment about icons

This commit is contained in:
Dominik Milacher 2025-10-22 20:25:06 +02:00
parent e32a72868b
commit 7d73f2b784

View File

@ -62,7 +62,13 @@ export default defineNuxtConfig({
'lucide:layers',
'lucide:wind',
'lucide:sun'
]
],
// clientBundle: { // TODO check this out sometime
// scan: {
// globInclude: ['components/**/*.vue', /* ... */],
// globExclude: ['node_modules', 'dist', /* ... */],
// },
// },
}
}
})