feat: harden ai agent admin workflow experience

This commit is contained in:
2026-06-22 04:50:11 +08:00
parent ae29c24529
commit 4ec846a702
385 changed files with 61461 additions and 5886 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ export default defineConfig(async (config) => {
},
'/ws': {
changeOrigin: true,
target: proxyTarget.replace(/^http/, 'ws'),
target: proxyTarget,
ws: true,
},
},