mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-14 18:01:20 +08:00
6c4549cbb7
The dev mode preview URL used `#/project/<name>` (with leading slash) but the studio's App.tsx route parser expects `#project/` (no leading slash). The hash never matched, so the studio fell through to auto-selecting the first project from /api/projects instead of the one specified on the command line. Removes the leading slash to match the studio's expected format, which local-studio and embedded modes already use correctly. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>