mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-25 21:01:09 +03:00
Fix streaming not work (#2396)
This commit is contained in:
@@ -12,6 +12,10 @@ export default defineConfig(async ({ mode }) => {
|
||||
'/api': {
|
||||
target: `http://localhost:${serverPort}`,
|
||||
changeOrigin: true
|
||||
},
|
||||
'/socket.io': {
|
||||
target: `http://localhost:${serverPort}`,
|
||||
changeOrigin: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user