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