Port-forward websocket ports

Summary:
^
Changelog: Port-forward websocket ports

Reviewed By: passy

Differential Revision: D34210187

fbshipit-source-id: 8ec84a9ce89d9982519111417538b7bfa0964cfc
This commit is contained in:
Lorenzo Blasa
2022-02-14 04:36:18 -08:00
committed by Facebook GitHub Bot
parent 5ab67f09dc
commit dbe818c6e1

View File

@@ -86,6 +86,8 @@ export class IOSDeviceManager {
this.portForwarders = [ this.portForwarders = [
this.forwardPort(8089, 8079), this.forwardPort(8089, 8079),
this.forwardPort(8088, 8078), this.forwardPort(8088, 8078),
this.forwardPort(9089, 9079),
this.forwardPort(9088, 9078),
]; ];
} }