Skip to content

Commit 53f8b34

Browse files
committed
chore: use module workspace
1 parent df83ab3 commit 53f8b34

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

docs/nuxt.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ export default defineNuxtConfig({
1010
],
1111

1212
modules: [
13-
'../src/module',
1413
'@nuxt/ui-pro',
1514
'@nuxt/content',
1615
'@nuxt/image',

playground-vue/vite.config.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
import { defineConfig } from 'vite'
22
import vue from '@vitejs/plugin-vue'
3-
4-
import ui from '../src/vite'
3+
import ui from '@nuxt/ui/vite'
54

65
// https://vitejs.dev/config/
76
export default defineConfig({
8-
server: {
9-
fs: {
10-
allow: ['..']
11-
}
12-
},
137
plugins: [
148
vue(),
159
ui({

playground/nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default defineNuxtConfig({
22
modules: [
3-
'../src/module',
3+
'@nuxt/ui',
44
'@nuxthub/core'
55
],
66

0 commit comments

Comments
 (0)