Skip to content

Commit

Permalink
Show examples starting from 'src' directory in dev-app
Browse files Browse the repository at this point in the history
  • Loading branch information
webair committed May 3, 2024
1 parent bdfb0d0 commit 5205244
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dev-app/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ import vueExamples from 'vite-plugin-vue-examples'
export default defineConfig({
plugins: [
vue(),
vueExamples({ globalStylesheetPaths: ['/src/global.scss'] }),
vueExamples({
globalStylesheetPaths: ['/src/global.scss'],
examplesRootPath: 'src',
}),
],
})

0 comments on commit 5205244

Please sign in to comment.