We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b42b5d3 commit b6866efCopy full SHA for b6866ef
1 file changed
src/pact.ts
@@ -57,6 +57,7 @@ export class Pact {
57
}
58
59
this.server = serviceFactory.createServer({
60
+ host: this.opts.host,
61
port: this.opts.port,
62
log: this.opts.log,
63
dir: this.opts.dir,
0 commit comments