We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df83ab3 commit 53f8b34Copy full SHA for 53f8b34
docs/nuxt.config.ts
@@ -10,7 +10,6 @@ export default defineNuxtConfig({
10
],
11
12
modules: [
13
- '../src/module',
14
'@nuxt/ui-pro',
15
'@nuxt/content',
16
'@nuxt/image',
playground-vue/vite.config.ts
@@ -1,15 +1,9 @@
1
import { defineConfig } from 'vite'
2
import vue from '@vitejs/plugin-vue'
3
-
4
-import ui from '../src/vite'
+import ui from '@nuxt/ui/vite'
5
6
// https://vitejs.dev/config/
7
export default defineConfig({
8
- server: {
9
- fs: {
- allow: ['..']
- }
- },
plugins: [
vue(),
ui({
playground/nuxt.config.ts
@@ -1,6 +1,6 @@
export default defineNuxtConfig({
+ '@nuxt/ui',
'@nuxthub/core'
0 commit comments