From aeeab0e37adb6d277e4bf5cb1060364234eb78ad Mon Sep 17 00:00:00 2001 From: LordMathis Date: Mon, 10 Nov 2025 19:27:47 +0100 Subject: [PATCH] Fix import statement in vitest.config.ts --- app/vitest.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/vitest.config.ts b/app/vitest.config.ts index 8954b44..b9f7331 100644 --- a/app/vitest.config.ts +++ b/app/vitest.config.ts @@ -1,5 +1,5 @@ /// -import { defineConfig } from 'vite'; +import { defineConfig } from 'vitest/config'; import react from '@vitejs/plugin-react'; import path from 'path';