-
Notifications
You must be signed in to change notification settings - Fork 1
Migrate Tauri dev ports from 1420/1421 to 1422/1423 (port registry) #31
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestpriority:mediumNormal priorityNormal priority
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpriority:mediumNormal priorityNormal priority