Skip to content

Commit b6866ef

Browse files
committed
feat(pact-server): allow running mock server on non-local host #115
1 parent b42b5d3 commit b6866ef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pact.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ export class Pact {
5757
}
5858

5959
this.server = serviceFactory.createServer({
60+
host: this.opts.host,
6061
port: this.opts.port,
6162
log: this.opts.log,
6263
dir: this.opts.dir,

0 commit comments

Comments
 (0)