establishing ws connection, starting on messages section

This commit is contained in:
metacryst
2026-02-01 16:11:11 -06:00
parent 6d50337e3b
commit 6262ce53aa
10 changed files with 41 additions and 24 deletions

View File

@@ -9,6 +9,11 @@ export default defineConfig({
},
server: {
proxy: {
"/ws": {
target: "http://localhost:10002",
changeOrigin: true,
ws: true
},
"/login": {
target: "http://localhost:10002",
changeOrigin: true