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
+1 -1
View File
@@ -1,4 +1,4 @@
import { isProduction } from '../externals.js';
import { isProduction } from '../setup/environment.js';
import { consoleError } from './console.js';