refactor(editor): move worker renderer to presets with basic test (#10127)

This commit is contained in:
Yifeng Wang
2025-02-13 09:35:06 +08:00
committed by GitHub
parent 270d1754a3
commit fc77c7d41a
12 changed files with 124 additions and 82 deletions

View File

@@ -3,6 +3,7 @@
"description": "Prebuilt BlockSuite editors and opt-in additional UI components.",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc",
"test:unit": "vitest --browser.headless --run",
"test:debug": "PWDEBUG=1 npx vitest"
@@ -46,6 +47,9 @@
],
"devDependencies": {
"@vanilla-extract/vite-plugin": "^5.0.0",
"vite": "^6.1.0",
"vite-plugin-istanbul": "^6.0.2",
"vite-plugin-wasm": "^3.4.1",
"vitest": "^3.0.0"
},
"version": "0.19.0"