Fix live session UI updates

This commit is contained in:
Federico Jaramillo Martinez
2026-05-07 13:42:51 +02:00
parent 2ffff85313
commit bc21d1a6f8
10 changed files with 215 additions and 27 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ export default defineConfig({
port: 5173,
strictPort: true,
proxy: {
"/api": "http://localhost:3000",
"/api": { target: "http://localhost:3000", ws: true },
},
},
});