Skip to content

Commit bae2970

Browse files
authored
docs: added support for Nuxt folder structure (#14)
1 parent 3d5498f commit bae2970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default defineConfig({
5353
// the default
5454
/\.(vue|svelte|[jt]sx|mdx?|astro|elm|php|phtml|html)($|\?)/,
5555
// include js/ts files
56-
'src/**/*.{js,ts}',
56+
'(components|src)/**/*.{js,ts}',
5757
],
5858
},
5959
},

0 commit comments

Comments
 (0)