Skip to content

Commit 307c451

Browse files
committed
修正
1 parent ccfb866 commit 307c451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type { UserConfig } from "vite";
55

66
export default {
77
plugins: [tailwindcss(), sveltekit()],
8-
// @ts-expect-error: we should use vitest/config, but it's not up to date with vite v7
8+
// @ts-ignore: we should use vitest/config, but it's not up to date with vite v7
99
test: {
1010
projects: [
1111
{

0 commit comments

Comments
 (0)