This commit is contained in:
@@ -2,10 +2,5 @@
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: '2025-07-15',
|
||||
devtools: { enabled: true },
|
||||
modules: ['@nuxt/eslint', '@nuxtjs/tailwindcss', '@pinia/nuxt'],
|
||||
vue: {
|
||||
compilerOptions: {
|
||||
isCustomElement: (tag) => ['atropos-component'].includes(tag)
|
||||
}
|
||||
}
|
||||
modules: ['@nuxt/eslint', '@nuxtjs/tailwindcss']
|
||||
})
|
Reference in New Issue
Block a user