From 0b41cebee4617b8816c1aa29db6debd396070ea8 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Mon, 17 Mar 2025 14:24:40 +0100 Subject: [PATCH] docs(nuxt.config): fix local extends Related to https://github.com/nuxt/nuxt/issues/31311 --- docs/nuxt.config.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/nuxt.config.ts b/docs/nuxt.config.ts index 8f0c6966..ae156838 100644 --- a/docs/nuxt.config.ts +++ b/docs/nuxt.config.ts @@ -128,7 +128,12 @@ export default defineNuxtConfig({ vite: { plugins: [ yaml() - ] + ], + server: { + fs: { + allow: process.env.NUXT_UI_PRO_PATH ? [resolve(process.env.NUXT_UI_PRO_PATH)] : undefined + } + } }, componentMeta: {