frontend: Finish interactivity

This commit is contained in:
2025-02-15 16:28:47 -08:00
parent 9c4981b9cb
commit 79f53bbffe
9 changed files with 247 additions and 35 deletions

View File

@@ -10,7 +10,8 @@ export default defineConfig({
proxy: {
'/api': {
target: 'http://localhost:3000',
changeOrigin: true
changeOrigin: true,
ws: true
}
}
}