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.
vite
1 parent 8cbbab9 commit 44cfa00Copy full SHA for 44cfa00
package.json
@@ -98,8 +98,8 @@
98
"prepack": "pnpm build",
99
"dev": "nuxt dev playground --uiDev",
100
"dev:build": "nuxt build playground",
101
- "dev:vue": "vite playground-vue -- --uiDev",
102
- "dev:vue:build": "vite build playground-vue",
+ "dev:vue": "pnpm --filter playground-vue dev -- --uiDev",
+ "dev:vue:build": "pnpm --filter playground-vue build",
103
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt prepare playground && nuxt prepare docs && vite build playground-vue",
104
"docs": "nuxt dev docs --uiDev",
105
"docs:build": "nuxt build docs",
0 commit comments