mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-01 16:15:07 +08:00
### 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:
@ -59,7 +59,7 @@ export default defineConfig(({ mode, command }) => {
|
||||
},
|
||||
},
|
||||
server: {
|
||||
port: 9222,
|
||||
port: Number(env.PORT) || 9222,
|
||||
strictPort: false,
|
||||
hmr: {
|
||||
overlay: false,
|
||||
|
||||
Reference in New Issue
Block a user