perf(web): isolate Excel export worker
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user