upgrade vite to v6 (#1626)

This commit is contained in:
2025-06-04 23:27:59 -05:00
committed by GitHub
parent 56f18fe71c
commit c6e38a2b4a
17 changed files with 900 additions and 503 deletions
@@ -14,7 +14,7 @@ import { JSONFilePreset } from 'lowdb/node';
import { isPath } from '../../utils/fileManagement.js';
import { shouldCrashDev } from '../../utils/development.js';
import { isTest } from '../../externals.js';
import { isTest } from '../../setup/environment.js';
import { safeMerge } from './DataProvider.utils.js';