fix(auto-reply): prefer Pi RPC by default

This commit is contained in:
Peter Steinberger
2025-12-12 17:30:34 +00:00
parent 79818f73c0
commit 0780859a4d
6 changed files with 102 additions and 153 deletions

View File

@@ -17,7 +17,7 @@ import {
listPortListeners,
type PortProcess,
parseLsofOutput,
} from "./program.js";
} from "./ports.js";
describe("gateway --force helpers", () => {
let originalKill: typeof process.kill;