From 8d68a017a9bc3c57b6e8fe1e8b1b759d4f95a2e1 Mon Sep 17 00:00:00 2001 From: TPN Date: Wed, 8 Jan 2025 23:59:58 +0530 Subject: [PATCH] Update vite.config.ts aahhhh --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index c6413aa..5a4234c 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -1,5 +1,5 @@ import path from 'path'; -import { defineConfig } from 'vitest'; +import { defineConfig } from 'vite'; import eslintPlugin from '@nabla/vite-plugin-eslint'; import dts from 'vite-plugin-dts'; import pkg from './package.json';