feat: 支持工作流知识库多库检索

This commit is contained in:
2026-09-04 17:40:55 +08:00
parent 386cebf342
commit 9722bea701
56 changed files with 5539 additions and 154 deletions

View File

@@ -6,6 +6,10 @@ export default defineConfig({
plugins: [Vue(), VueJsx()],
test: {
environment: 'happy-dom',
exclude: [...configDefaults.exclude, '**/e2e/**'],
exclude: [
...configDefaults.exclude,
'**/e2e/**',
'packages/tinyflow-ui/**',
],
},
});