Skip to content

Commit 22dad18

Browse files
author
John McCambridge
committed
Add back readonly
1 parent 499cc00 commit 22dad18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const bold = (text: string | number): string | number => {
5050
const options = commander.opts() as {
5151
noAuth: boolean;
5252
readonly allowHttp: boolean;
53-
host: string;
53+
readonly host: string;
5454
readonly port: number;
5555

5656
readonly userDataDir?: string;

0 commit comments

Comments
 (0)