@wix/cli 1.1.78 → 1.1.79

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6596,6 +6596,7 @@ function useDevEditorUrl() {
6596
6596
  );
6597
6597
  const tunnelWsUrl = shouldUseTunnel ? ensureWsProtocol((await createTunnel(serverPort)).url) : void 0;
6598
6598
  const serverUrl = tunnelWsUrl ?? localServerWsUrl;
6599
+ url.searchParams.set("localPort", String(serverPort));
6599
6600
  url.searchParams.set("localEditorDestination", serverUrl);
6600
6601
  url.searchParams.set("localEditorWsUrl", serverUrl);
6601
6602
  url.searchParams.set("github2", "true");
@@ -6761,4 +6762,4 @@ export {
6761
6762
  sax/lib/sax.js:
6762
6763
  (*! http://mths.be/fromcodepoint v0.1.0 by @mathias *)
6763
6764
  */
6764
- //# sourceMappingURL=DevCommand-WWEO6WT4.js.map
6765
+ //# sourceMappingURL=DevCommand-NJ6THMY4.js.map