Skip to content

Commit 86d7963

Browse files
committed
docs(studio): document monorepo dev server port
- Problem: @hyperframes/studio package docs showed bun run dev without the localhost URL contributors need after #2901 fixed contributing.mdx only. - Fix: note that the studio dev server listens on localhost:5190 per packages/studio/vite.config.ts server.port. - Verification: preflight_ship.py + read vite.config.ts; bun run format:check.
1 parent ffe5e12 commit 86d7963

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

‎docs/packages/studio.mdx‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ bun run dev
4545
bun run --filter @hyperframes/studio dev
4646
```
4747

48+
The studio dev server listens on `http://localhost:5190` (see `packages/studio/vite.config.ts` `server.port`).
49+
4850
## Package Exports
4951

5052
The studio has two entry points:

0 commit comments

Comments
 (0)