chore(paseo): point worktree app at worktree daemon port directly

The app service was passing the proxy URL (daemon.<branch>.<slug>.localhost:6767)
which routes through the main daemon. Switch to the worktree daemon's own
ephemeral port so the worktree app talks to the worktree daemon without
a main-daemon hop.

Refs #637.
This commit is contained in:
Mohamed Boudra
2026-04-30 18:54:25 +07:00
parent 5bb177d33b
commit 2025dee9d0

View File

@@ -13,7 +13,7 @@
},
"app": {
"type": "service",
"command": "cd packages/app && BROWSER=none EXPO_PUBLIC_LOCAL_DAEMON=\"${PASEO_SERVICE_DAEMON_URL#http://}\" npx expo start --port $PASEO_PORT"
"command": "cd packages/app && BROWSER=none EXPO_PUBLIC_LOCAL_DAEMON=\"localhost:${PASEO_SERVICE_DAEMON_PORT}\" npx expo start --port $PASEO_PORT"
},
"typecheck": {
"command": "npm run typecheck"