mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
docs(nuxt.config): fix local extends
Related to https://github.com/nuxt/nuxt/issues/31311
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user