mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-14 18:01:20 +08:00
356695be3c
- [Critical] Replace require() and dynamic import() in exit handlers with captured references — require() fails in bundled ESM, and dynamic import() in beforeExit creates re-entrant loops - [Important] Fix file server connection tracking — serve() returns the http.Server directly (no .server property), and register the connection listener before resolve() to catch early connections - [Minor] Validate --video and --audio are mutually exclusive - [Minor] Remove stale nextStepLoop comment block Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>