Skip to content

Commit

Permalink
adds this.local
Browse files Browse the repository at this point in the history
  • Loading branch information
cjtantay committed Jun 13, 2024
1 parent 38104a7 commit 7f00acf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,8 @@ export class Baker extends EventEmitter {

const { local, network: external } = await server.start();

this.local = local;

const logStatus = () => {
clearConsole();

Expand Down

0 comments on commit 7f00acf

Please sign in to comment.