fix: change dev port from 9700 to 9710 (avoid BridgeCoach conflict)
Port 9700 was occupied by BridgeCoach Docker container, causing the Tauri debug binary to load the wrong frontend. Changed to 9710: - vite.config.ts: server.port 9700 → 9710 - tauri.conf.json: devUrl localhost:9700 → localhost:9710 - wdio.conf.js: DEV_URL_PORT check updated - Binary rebuilt with new port baked in
This commit is contained in:
parent
10de2a3c8b
commit
6459877c89
3 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@
|
|||
"identifier": "com.dexterfromlab.agent-orchestrator",
|
||||
"build": {
|
||||
"frontendDist": "../dist",
|
||||
"devUrl": "http://localhost:9700",
|
||||
"devUrl": "http://localhost:9710",
|
||||
"beforeDevCommand": "npm run dev",
|
||||
"beforeBuildCommand": "npm run build"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue