@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.
- package/dist/mcp/cli.js +8 -8
- package/dist/mcp/cli.js.map +1 -1
- package/dist/mcp/server.js +1 -1
- package/dist/mcp/server.js.map +1 -1
- package/dist/panel/index.js +2 -2
- package/dist/{qr-http-server-CkO-CLxK.js → qr-http-server-BpQD4s--.js} +3 -3
- package/dist/{qr-http-server-aYAg1bKl.js.map → qr-http-server-BpQD4s--.js.map} +1 -1
- package/dist/{qr-http-server-aYAg1bKl.js → qr-http-server-CtMI4lpz.js} +3 -3
- package/dist/{qr-http-server-CkO-CLxK.js.map → qr-http-server-CtMI4lpz.js.map} +1 -1
- package/dist/{qr-http-server-BfO-vZEB.cjs → qr-http-server-D0Z1RPyL.cjs} +3 -3
- package/dist/{qr-http-server-CqabMUSq.cjs.map → qr-http-server-D0Z1RPyL.cjs.map} +1 -1
- package/dist/{qr-http-server-CqabMUSq.cjs → qr-http-server-DOtrPEuO.cjs} +3 -3
- package/dist/{qr-http-server-BfO-vZEB.cjs.map → qr-http-server-DOtrPEuO.cjs.map} +1 -1
- package/dist/{tunnel-Bsv-Zg5_.cjs → tunnel-B_MKEH5C.cjs} +2 -2
- package/dist/{tunnel-Bsv-Zg5_.cjs.map → tunnel-B_MKEH5C.cjs.map} +1 -1
- package/dist/{tunnel-BxIGQK50.js → tunnel-a4f_xQ4X.js} +2 -2
- package/dist/{tunnel-BxIGQK50.js.map → tunnel-a4f_xQ4X.js.map} +1 -1
- package/dist/unplugin/index.cjs +1 -1
- package/dist/unplugin/index.js +1 -1
- package/dist/unplugin/tunnel.cjs +1 -1
- package/dist/unplugin/tunnel.js +1 -1
- package/package.json +1 -1
|
@@ -1418,8 +1418,8 @@ async function startQrHttpServer(getDashboardState, options) {
|
|
|
1418
1418
|
}, refreshIntervalMs).unref();
|
|
1419
1419
|
return {
|
|
1420
1420
|
port,
|
|
1421
|
-
buildAttachPageUrl(
|
|
1422
|
-
return `http://127.0.0.1:${port}
|
|
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-
|
|
1441
|
+
//# sourceMappingURL=qr-http-server-D0Z1RPyL.cjs.map
|