// nuxt.config.ts
export default defineNuxtConfig({
compatibilityDate: '2025-07-15',
devtools: { enabled: true },
pages: {
enabled: true,
pattern: ['common/pages/**/*.vue'],
},
})
// nuxt.config.ts
export default defineNuxtConfig({
compatibilityDate: '2025-07-15',
devtools: { enabled: true },
pages: {
enabled: true,
pattern: ['common/pages/**/*.vue'],
},
})