From 68dd74b8cb86db65a8634b047a0102a8772eb3ff Mon Sep 17 00:00:00 2001 From: Santhi Prakash Date: Thu, 30 Jul 2026 19:07:54 +0000 Subject: [PATCH] docs(contributing): fix studio dev server port in setup guide - 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). --- docs/contributing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.mdx b/docs/contributing.mdx index 51d544e74c..fd22fcbeb0 100644 --- a/docs/contributing.mdx +++ b/docs/contributing.mdx @@ -32,7 +32,7 @@ Thanks for your interest in contributing to Hyperframes! This guide covers every ```bash bun run dev ``` - If the studio opens at `http://localhost:3000` with a preview, your environment is ready. + If the studio opens at `http://localhost:5190` with a preview, your environment is ready. Create a feature branch for your work: