Skip to content

Commit

Permalink
improvement(dashboard): default to port 9777 when available
Browse files Browse the repository at this point in the history
  • Loading branch information
edvald committed Jan 6, 2020
1 parent 8dfb842 commit add9bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garden-service/src/server/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class GardenServer {
}

if (!this.port) {
this.port = await getPort()
this.port = await getPort({ port: DEFAULT_PORT })
}

this.app = await this.createApp()
Expand Down

0 comments on commit add9bc6

Please sign in to comment.