Skip to content

Migrate Tauri dev ports from 1420/1421 to 1422/1423 (port registry) #31

@poodle64

Description

@poodle64

Context

The master project now has a central port registry (docs/master/20-tooling/port-registry.md) to prevent port clashes across projects. Ports 1420/1421 are shared with bragi, causing conflicts if both are developed concurrently. Bragi retains 1420/1421 as the first allocated Tauri app.

Task

Migrate Tauri dev ports:

  • Dev server: 1420 -> 1422
  • HMR: 1421 -> 1423

Files to update

  • src-tauri/tauri.conf.json - devUrl (localhost:1422)
  • vite.config.ts - server.port (1422) and server.hmr.port (1423)
  • .claude/CLAUDE.md - dev environment section

Verification

  • Tauri dev server starts on port 1422
  • HMR connects on port 1423
  • CLAUDE.md reflects new ports

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions