worked backup

This commit is contained in:
2025-12-21 00:16:12 +03:00
parent d05344e604
commit 43b4c75e36
18 changed files with 273 additions and 59 deletions

View File

@@ -11,7 +11,8 @@ export default defineConfig({
},
'/ws': {
target: 'ws://localhost:8000',
ws: true
ws: true,
changeOrigin: true
}
}
}