perf(web): isolate Excel export worker

This commit is contained in:
lingniu
2026-07-16 02:58:18 +08:00
parent 02868344ca
commit d0e82cef87
7 changed files with 173 additions and 141 deletions

View File

@@ -3,7 +3,7 @@
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0 --port 20301",
"build": "tsc -b && vite build",
"build": "tsc -b && vite build && node scripts/verify-build.mjs",
"test": "vitest run --exclude src/test/App.test.tsx",
"test:legacy": "vitest run src/test/App.test.tsx",
"test:all": "vitest run"