chat ws with pfp is working

This commit is contained in:
David Bruno Vontor
2026-05-28 17:23:04 +02:00
parent f19375254f
commit 8269d044a2
28 changed files with 299 additions and 90 deletions

View File

@@ -42,11 +42,12 @@ export default defineConfig(({ mode }) => {
target: backendUrl,
changeOrigin: true,
},
'/ws': {
target: backendUrl,
/*'/ws': {
target: 'ws://localhost:8000/',
ws: true,
changeOrigin: true,
},
rewriteWsOrigin: true,
},*/
},
},
};