Skip to content

Commit efcd25a

Browse files
committed
fix: windicss scan
1 parent 4ccee10 commit efcd25a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/client/windi.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ import typography from 'windicss/plugin/typography'
66
export default defineConfig({
77
extract: {
88
include: [
9-
resolve(__dirname, '**/*.{vue,ts}'),
9+
'*.md',
10+
resolve(__dirname, '**/*.{vue,ts,js,md}'),
1011
'**/*.{vue,ts,tsx,jsx,md}',
1112
],
1213
exclude: [

0 commit comments

Comments
 (0)