Skip to content

Commit 7f8d2bc

Browse files
Update vitest.config.mts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 84b4673 commit 7f8d2bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vitest.config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ export default mergeConfig(baseConfig, {
88
exclude: [
99
'packages/*/**',
1010
'apps/*/**',
11-
".template/*/**",
12-
".vscode/*/**"
11+
'.template/*/**',
12+
'.vscode/*/**'
1313
]
1414
}
1515
}

0 commit comments

Comments
 (0)