@ait-co/devtools 0.1.96 → 0.1.97

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.
@@ -1418,8 +1418,8 @@ async function startQrHttpServer(getDashboardState, options) {
1418
1418
  }, refreshIntervalMs).unref();
1419
1419
  return {
1420
1420
  port,
1421
- buildAttachPageUrl(attachUrl) {
1422
- return `http://127.0.0.1:${port}/attach?u=${encodeURIComponent(attachUrl)}`;
1421
+ buildAttachPageUrl(_attachUrl) {
1422
+ return `http://127.0.0.1:${port}/`;
1423
1423
  },
1424
1424
  get inspectorStableUrl() {
1425
1425
  return `http://127.0.0.1:${port}/inspector`;
@@ -1438,4 +1438,4 @@ async function startQrHttpServer(getDashboardState, options) {
1438
1438
  //#endregion
1439
1439
  exports.startQrHttpServer = startQrHttpServer;
1440
1440
 
1441
- //# sourceMappingURL=qr-http-server-BfO-vZEB.cjs.map
1441
+ //# sourceMappingURL=qr-http-server-D0Z1RPyL.cjs.map