Sandbox move and vector test (#6381)

* remove sandbox

* perf: vitest

* doc
This commit is contained in:
Archer
2026-02-04 14:27:58 +08:00
committed by GitHub
parent 03890bc9d2
commit e6c7593d95
86 changed files with 94 additions and 7278 deletions

View File

@@ -15,7 +15,7 @@
"previewIcon": "node ./scripts/icon/index.js",
"create:i18n": "node ./scripts/i18n/index.js",
"lint": "eslint \"**/*.{ts,tsx}\" --fix --ignore-path .eslintignore",
"test": "vitest run",
"test": "vitest run --coverage",
"test:vector": "vitest run --config test/integrationTest/vectorDB/vitest.config.mts"
},
"devDependencies": {