feat(playground): WS multiplayer sidecar (scripts/playground-ws.mjs) + dual transport in client hook (BroadcastChannel + WS)

This commit is contained in:
Aurora release bot
2026-05-03 07:32:15 -04:00
parent 5fec57b466
commit abfe56cc7c
3 changed files with 166 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
"preview": "vite preview",
"test": "vitest run",
"smoke:managed": "node scripts/managed-companion-smoke.mjs",
"playground:ws": "node scripts/playground-ws.mjs",
"lint": "eslint",
"format": "prettier",
"check": "prettier --write . && eslint --fix",