Files
Miguel Ángel 6c4549cbb7 fix(cli): fix preview opening wrong project in dev mode
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>
2026-04-07 15:38:25 +00:00
..
2026-04-03 04:36:19 +00:00