Skip to content

Commit

Permalink
allow service ports to be overriden
Browse files Browse the repository at this point in the history
  • Loading branch information
dkackman committed Sep 4, 2023
1 parent aba8016 commit da8867e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/chia-daemon/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { localDaemonConnection } from "./chia_daemon.js";
import { getPayloadDescriptor, makePayload } from "./payload_generator.js";
import createRpcProxy from "./rpc_proxy.js";
import loadUIConfig from "./config.js";
import { createConnection } from "./connection_factory.js";
import { createConnection, ServicePorts } from "./connection_factory.js";

export {
ChiaDaemon,
Expand All @@ -16,4 +16,5 @@ export {
loadUIConfig,
createConnection,
createHttpsService,
ServicePorts,
};

0 comments on commit da8867e

Please sign in to comment.