fetch e2e proxy did directly

This commit is contained in:
Samuel Newman
2026-07-28 11:40:47 +03:00
parent ca484abdcf
commit 57e6b0dd7e
4 changed files with 32 additions and 25 deletions
+1
View File
@@ -152,6 +152,7 @@ echo "Metro bundle pre-warmed for $bundle_platform"
if [[ "$platform" == "android" ]]; then
phase "Configuring Android localhost routing"
adb -s "$device_id" reverse tcp:3000 tcp:3000
adb -s "$device_id" reverse tcp:1986 tcp:1986
adb -s "$device_id" reverse tcp:8081 tcp:8081
fi