mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user