Skip to content

Allow parallel browser development ports - #57

Merged
comp615 merged 1 commit into
block:mainfrom
comp615:fix/parallel-dev-ports
Sep 14, 2026
Merged

comp615 merged 1 commit into
block:mainfrom
comp615:fix/parallel-dev-ports

Conversation

@comp615

@comp615 comp615 commented Sep 14, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • let browser development prefer port 1430 and automatically select the next available port
  • keep Tauri desktop development strict on 1430 because its native window uses a fixed development URL
  • document parallel worktree behavior and use the Local URL printed by Vite

Validation

  • verified an occupied 1430 makes bin/just web start on 1431
  • verified independent worktrees can serve simultaneously on 1431 and 1432
  • verified bin/pnpm dev:desktop fails rather than drifting when 1430 is occupied
  • full bin/just scan: 38 Node integration tests, 1,364 Vitest tests, 16 plugin-manager tests, 370 browser journeys, 18 design-system browser tests, Rust checks/tests, formatting, types, and builds

🤖 Prepared with AI assistance.

Signed-off-by: Charlie Croom <ccroom@squareup.com>
Amp-Thread-ID: https://ampcode.com/threads/T-01a0a080-2584-7079-85a6-ce3465246291
Co-authored-by: Amp <amp@ampcode.com>
@comp615
comp615 requested a review from wesbillman as a code owner September 14, 2026 16:29
@comp615
comp615 merged commit 3e11261 into block:main Sep 14, 2026
12 checks passed
@comp615
comp615 deleted the fix/parallel-dev-ports branch September 14, 2026 19:20
delkc added a commit that referenced this pull request Sep 15, 2026
* origin/main:
  Fix inline mention styling in channels (#74)
  Fix self-replenishing background channel warming (#71)
  Add links and thread previews (#42)
  Add shared receive-only channel and thread typing (#33)
  Warm channel heads in the background before they are opened (#54)
  Add Developer settings tab with cache clear and broker stats (#53)
  Request sized relay media for avatars (#58)
  Allow parallel browser development ports (#57)
  Add worktree bootstrap for local configuration (#56)
  Make thread opens part of navigation history (#55)
  Remove the decoded-avatar hot set; respect Save-Data (#60)
  Add CODEOWNERS reviewers (#61)
  Add guarded Workflows page and session capability (#48)

Signed-off-by: Clay Delk <clay.delk@gmail.com>

# Conflicts:
#	dev/relay-broker.mjs
#	src/bundled/channels/ChannelsPage.tsx
#	src/features/messages/ChannelTimeline.tsx
#	src/features/messages/MessageComposer.tsx
#	src/features/messages/MessageRow.tsx
#	src/features/messages/ThreadPanel.test.tsx
#	src/features/messages/ThreadPanel.tsx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants