From c4002ebb4fd4c10a4e1e4e2175789861c4c5c4f7 Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Sat, 23 May 2026 09:50:29 +0300 Subject: [PATCH] chore: use node:path protocol in vitest config --- vitest.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vitest.config.ts b/vitest.config.ts index 71a8ef2..78e2d82 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -1,5 +1,5 @@ +import path from 'node:path'; import react from '@vitejs/plugin-react'; -import path from 'path'; import { defineConfig } from 'vitest/config'; export default defineConfig({