Feat: The chat feature supports streaming output, displaying results one by one. #12490 (#12493)

### What problem does this PR solve?

Feat: The chat feature supports streaming output, displaying results one
by one.

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2026-01-08 09:43:57 +08:00
committed by GitHub
parent 23a9544b73
commit de27c006d8
5 changed files with 33 additions and 14 deletions

View File

@ -59,7 +59,7 @@ export default defineConfig(({ mode, command }) => {
},
},
server: {
port: 9222,
port: Number(env.PORT) || 9222,
strictPort: false,
hmr: {
overlay: false,