docs(nuxt.config): fix local extends

Related to https://github.com/nuxt/nuxt/issues/31311
This commit is contained in:
Benjamin Canac
2025-03-17 14:24:40 +01:00
parent e80cc1592f
commit 0b41cebee4

View File

@@ -128,7 +128,12 @@ export default defineNuxtConfig({
vite: { vite: {
plugins: [ plugins: [
yaml() yaml()
] ],
server: {
fs: {
allow: process.env.NUXT_UI_PRO_PATH ? [resolve(process.env.NUXT_UI_PRO_PATH)] : undefined
}
}
}, },
componentMeta: { componentMeta: {