We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfec4d2 commit 659dd43Copy full SHA for 659dd43
bin/cli-flags.js
@@ -78,8 +78,7 @@ module.exports = {
78
type: Boolean,
79
configs: [
80
{
81
- type: 'enum',
82
- values: [true],
+ type: 'boolean',
83
},
84
],
85
description: 'Broadcasts the server via ZeroConf networking on start.',
@@ -89,8 +88,7 @@ module.exports = {
89
88
90
91
92
93
94
95
96
description: 'Print compilation progress in percentage in the browser.',
@@ -118,8 +116,7 @@ module.exports = {
118
116
type: [Boolean, String],
119
117
120
121
122
123
124
125
type: 'string',
0 commit comments