Skip to content

Commit

Permalink
docs(readme): Fix small typo in README code example (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
vorant94 authored Aug 7, 2024
1 parent fdd4b48 commit 5bd2120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dev-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ import { defineConfig } from 'vite'
export default defineConfig({
plugins: [
devServer({
exclude: ['/assets/.*', ...defaultOptions.exclude],
exclude: ['/assets/*', ...defaultOptions.exclude],
}),
],
})
Expand Down

0 comments on commit 5bd2120

Please sign in to comment.