Skip to content

Commit ffe5e12

Browse files
docs(contributing): fix studio dev server port in setup guide (#2901)
- Problem: setup guide pointed contributors to localhost:3000 after bun run dev. - Fix: use localhost:5190 to match packages/studio/vite.config.ts server.port. - Verification: preflight_ship.py + read vite.config.ts server.port (5190).
1 parent 7b3d3db commit ffe5e12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/contributing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Thanks for your interest in contributing to Hyperframes! This guide covers every
3232
```bash
3333
bun run dev
3434
```
35-
If the studio opens at `http://localhost:3000` with a preview, your environment is ready.
35+
If the studio opens at `http://localhost:5190` with a preview, your environment is ready.
3636
</Step>
3737
<Step title="Create a branch">
3838
Create a feature branch for your work:

0 commit comments

Comments
 (0)