chore: use node:path protocol in vitest config

This commit is contained in:
Ilia Mashkov
2026-05-23 09:50:29 +03:00
parent a31cf4deec
commit c4002ebb4f
+1 -1
View File
@@ -1,5 +1,5 @@
import path from 'node:path';
import react from '@vitejs/plugin-react'; import react from '@vitejs/plugin-react';
import path from 'path';
import { defineConfig } from 'vitest/config'; import { defineConfig } from 'vitest/config';
export default defineConfig({ export default defineConfig({