Files
Miguel Ángel 4cdd147211 fix(three-dissolve): set early readiness signals before CDN scripts
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.
2026-05-13 00:55:20 -07:00
..