Skip to content

Commit 72a212c

Browse files
committed
Switch vitest import to normal vite import
1 parent d190ca4 commit 72a212c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { sveltekit } from "@sveltejs/kit/vite";
2-
import { defineConfig } from "vitest/config";
2+
import { defineConfig } from "vite";
33
import tailwindcss from "@tailwindcss/vite";
44

55
export default defineConfig(() => ({

0 commit comments

Comments
 (0)