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

This commit is contained in:
2026-09-04 17:40:55 +08:00
parent 431fe8e707
commit e938ecda80
56 changed files with 5539 additions and 154 deletions

View File

@@ -7,6 +7,7 @@ export default defineConfig({
conditions: ['browser']
},
test: {
environment: 'happy-dom'
environment: 'happy-dom',
include: ['src/**/*.test.ts'],
}
});