mirror of
https://github.com/labring/FastGPT.git
synced 2026-02-27 01:02:22 +08:00
Sandbox move and vector test (#6381)
* remove sandbox * perf: vitest * doc
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user