Skip to content

Commit

Permalink
docs: added support for Nuxt folder structure (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
frandmb authored Sep 15, 2024
1 parent 3d5498f commit bae2970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default defineConfig({
// the default
/\.(vue|svelte|[jt]sx|mdx?|astro|elm|php|phtml|html)($|\?)/,
// include js/ts files
'src/**/*.{js,ts}',
'(components|src)/**/*.{js,ts}',
],
},
},
Expand Down

0 comments on commit bae2970

Please sign in to comment.