diff --git a/dev-app/vite.config.ts b/dev-app/vite.config.ts index 1545a24..f1e58bb 100644 --- a/dev-app/vite.config.ts +++ b/dev-app/vite.config.ts @@ -7,7 +7,6 @@ export default defineConfig({ vue(), vueExamples({ globalStylesheetPaths: ['/src/global.scss'], - examplesRootPath: 'src', }), ], })