Skip to content

Commit 4941052

Browse files
committed
fix: cli test
1 parent 6bef0df commit 4941052

File tree

3 files changed

+845
-2
lines changed

3 files changed

+845
-2
lines changed

bin/cli-flags.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ module.exports = {
206206
type: 'string',
207207
multiple: false,
208208
description:
209-
'Tells clients connected to devServer to use the provided host.',
210-
path: 'client.webSocketURL.host',
209+
'Tells clients connected to devServer to use the provided hostname.',
210+
path: 'client.webSocketURL.hostname',
211211
},
212212
],
213213
description:

0 commit comments

Comments
 (0)