refactor: ♻️ Disable Nuxt component auto-importing (obscures code flow)

This commit is contained in:
Jesse Wierzbinski 2024-06-20 16:09:09 -10:00
parent 32d1acb4c1
commit e309c56a86
No known key found for this signature in database
58 changed files with 440 additions and 292 deletions

View file

@ -15,6 +15,9 @@ export default defineNuxtConfig({
isCustomElement: (tag) => tag === "iconify-icon",
},
},
components: {
dirs: [],
},
future: {
compatibilityVersion: 4,
},