Skip to content

Commit

Permalink
server: port should be a number
Browse files Browse the repository at this point in the history
  • Loading branch information
arthyn committed Apr 19, 2022
1 parent 1b1388a commit 6099013
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ class Server {
port: {
alias: "p",
default: 80,
description: "HTTP port of the running urbit"
description: "HTTP port of the running urbit",
type: "number"
},
delay: {
alias: "d",
Expand Down

0 comments on commit 6099013

Please sign in to comment.