We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccfb866 commit 307c451Copy full SHA for 307c451
packages/utils/vite.config.ts
@@ -5,7 +5,7 @@ import type { UserConfig } from "vite";
5
6
export default {
7
plugins: [tailwindcss(), sveltekit()],
8
- // @ts-expect-error: we should use vitest/config, but it's not up to date with vite v7
+ // @ts-ignore: we should use vitest/config, but it's not up to date with vite v7
9
test: {
10
projects: [
11
{
0 commit comments