mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-14 18:01:20 +08:00
4cdd147211
The 12 blocking <script> tags from jsdelivr hang on CI runners, preventing DOMContentLoaded from ever firing. The engine's page.goto waits for domcontentloaded, so __hf and __tailwindReady were never set — the process hung until the 120s CI timeout killed it. Set both signals in an inline script BEFORE the CDN tags. The engine sees readiness immediately. The main script overrides them once the CDN scripts finish loading. If they never load, the engine captures the background gradient — better than a timeout.