diff --git a/webapp/vite.config.ts b/webapp/vite.config.ts index e418141d4..71bb17ffd 100644 --- a/webapp/vite.config.ts +++ b/webapp/vite.config.ts @@ -67,6 +67,16 @@ export default defineConfig({ ws: true, changeOrigin: true }, + '^/vedirectlivedata': { + target: 'ws://' + proxy_target, + ws: true, + changeOrigin: true + }, + '^/batterylivedata': { + target: 'ws://' + proxy_target, + ws: true, + changeOrigin: true + }, '^/console': { target: 'ws://' + proxy_target, ws: true,