Skip to content

Commit

Permalink
Have Zed lake service listen on localhost:9867 again
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed May 2, 2024
1 parent ca047c0 commit dfdc525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zed-node/src/lake.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class Lake {
const args = [
'serve',
'-l',
':' + this.port,
this.addr(),
'-lake',
this.root,
'-manage=5m',
Expand Down

0 comments on commit dfdc525

Please sign in to comment.