File tree Expand file tree Collapse file tree 2 files changed +32
-2
lines changed Expand file tree Collapse file tree 2 files changed +32
-2
lines changed Original file line number Diff line number Diff line change @@ -275,6 +275,36 @@ module.exports = {
275
275
multiple : false ,
276
276
simpleType : 'string' ,
277
277
} ,
278
+ 'client-web-socket-url-username' : {
279
+ configs : [
280
+ {
281
+ type : 'string' ,
282
+ multiple : false ,
283
+ description :
284
+ 'Tells clients connected to devServer to use the provided username to authenticate.' ,
285
+ path : 'client.webSocketURL.username' ,
286
+ } ,
287
+ ] ,
288
+ description :
289
+ 'Tells clients connected to devServer to use the provided username to authenticate.' ,
290
+ simpleType : 'string' ,
291
+ multiple : false ,
292
+ } ,
293
+ 'client-web-socket-url-password' : {
294
+ configs : [
295
+ {
296
+ type : 'string' ,
297
+ multiple : false ,
298
+ description :
299
+ 'Tells clients connected to devServer to use the provided password to authenticate.' ,
300
+ path : 'client.webSocketURL.password' ,
301
+ } ,
302
+ ] ,
303
+ description :
304
+ 'Tells clients connected to devServer to use the provided password to authenticate.' ,
305
+ simpleType : 'string' ,
306
+ multiple : false ,
307
+ } ,
278
308
'web-socket-server' : {
279
309
configs : [
280
310
{
Original file line number Diff line number Diff line change 155
155
"type" : " string"
156
156
},
157
157
"username" : {
158
- "description" : " Tells clients connected to devServer to use the provided username to connect ." ,
158
+ "description" : " Tells clients connected to devServer to use the provided username to authenticate ." ,
159
159
"type" : " string"
160
160
},
161
161
"password" : {
162
- "description" : " Tells clients connected to devServer to use the provided password to connect ." ,
162
+ "description" : " Tells clients connected to devServer to use the provided password to authenticate ." ,
163
163
"type" : " string"
164
164
},
165
165
"port" : {
You can’t perform that action at this time.
0 commit comments