feat: add websocket support for real-time scrape job monitoring

This commit is contained in:
2026-01-29 19:31:04 -06:00
parent d861888e5e
commit cfe098d193
26 changed files with 1118 additions and 173 deletions
+1
View File
@@ -38,6 +38,7 @@ export default defineConfig({
target: "http://localhost:8080",
changeOrigin: true,
secure: false,
ws: true,
},
},
},