File tree 1 file changed +13
-4
lines changed
1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -297,21 +297,30 @@ module.exports = {
297
297
"web-socket-server" : {
298
298
configs : [
299
299
{
300
- type : "enum" ,
301
- values : [ false , "sockjs" , "ws" ] ,
302
- multiple : false ,
303
300
description :
304
301
"Allows to set web socket server and options (by default 'ws')." ,
302
+ multiple : false ,
305
303
path : "webSocketServer" ,
304
+ type : "enum" ,
305
+ values : [ false ] ,
306
306
} ,
307
307
{
308
- type : "string" ,
308
+ description :
309
+ "Allows to set web socket server and options (by default 'ws')." ,
309
310
multiple : false ,
311
+ path : "webSocketServer" ,
312
+ type : "enum" ,
313
+ values : [ "sockjs" , "ws" ] ,
314
+ } ,
315
+ {
310
316
description :
311
317
"Allows to set web socket server and options (by default 'ws')." ,
318
+ multiple : false ,
312
319
path : "webSocketServer" ,
320
+ type : "string" ,
313
321
} ,
314
322
] ,
323
+
315
324
description :
316
325
"Allows to set web socket server and options (by default 'ws')." ,
317
326
simpleType : "string" ,
You can’t perform that action at this time.
0 commit comments