chore: migrate blocksuite test (#9222)

This commit is contained in:
Saul-Mirone
2024-12-20 11:08:21 +00:00
parent f788fdd0a4
commit bfcc53dc1f
325 changed files with 55958 additions and 26 deletions

View File

@@ -5,7 +5,7 @@
"scripts": {
"dev": "vite --host",
"dev:hmr": "WC_HMR=1 vite",
"build": "tsc && nx vite:build",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
@@ -40,6 +40,8 @@
"@types/micromatch": "^4.0.9",
"graphql": "^16.9.0",
"magic-string": "^0.30.11",
"vite": "^6.0.3",
"vite-plugin-istanbul": "^6.0.2",
"vite-plugin-wasm": "^3.3.0",
"vite-plugin-web-components-hmr": "^0.1.3"
}