mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 11:47:55 +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: {
|
vite: {
|
||||||
plugins: [
|
plugins: [
|
||||||
yaml()
|
yaml()
|
||||||
]
|
],
|
||||||
|
server: {
|
||||||
|
fs: {
|
||||||
|
allow: process.env.NUXT_UI_PRO_PATH ? [resolve(process.env.NUXT_UI_PRO_PATH)] : undefined
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
componentMeta: {
|
componentMeta: {
|
||||||
|
|||||||
Reference in New Issue
Block a user