Websockets instead of polling

This commit is contained in:
2026-06-12 06:19:22 -07:00
parent b72aea9747
commit ba6bf35579
8 changed files with 128 additions and 8 deletions

View File

@@ -9,6 +9,7 @@ export default defineConfig({
'/api': {
target: 'http://127.0.0.1:8000',
changeOrigin: true,
ws: true,
},
'/rules': {
target: 'http://127.0.0.1:8000',