feat: add serve-client and start-test-environment scripts, enhance voice-client with debugging info

This commit is contained in:
Bijit Mondal
2026-02-14 14:20:07 +05:30
parent 8e8dd9d9f6
commit 637d57fb41
6 changed files with 330 additions and 53 deletions

View File

@@ -7,7 +7,8 @@
"build": "tsc",
"dev": "tsc -w",
"demo": "tsx example/demo.ts",
"ws:server": "tsx example/ws-server-2.ts",
"ws:server": "tsx example/ws-server.ts",
"client": "node example/serve-client.js",
"prepublishOnly": "pnpm build"
},
"keywords": [