add webrtc

This commit is contained in:
2026-09-23 13:58:42 +02:00
parent ab97dcc8d9
commit b234359c4a
8 changed files with 1163 additions and 48 deletions
+4
View File
@@ -51,6 +51,10 @@ export default defineConfig({
target: 'http://localhost:8080',
changeOrigin: true,
},
'/ws': {
target: 'ws://localhost:8080',
ws: true,
},
},
},
})