File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -1608,6 +1608,7 @@ class Server {
1608
1608
} ) ;
1609
1609
}
1610
1610
1611
+ // TODO: remove `--web-socket-server` in favor of `--web-socket-server-type`
1611
1612
createWebSocketServer ( ) {
1612
1613
this . webSocketServer = new ( this . getServerTransport ( ) ) ( this ) ;
1613
1614
this . webSocketServer . implementation . on ( "connection" , ( client , request ) => {
Original file line number Diff line number Diff line change 1033
1033
},
1034
1034
"WebSocketServerObject" : {
1035
1035
"type" : " object" ,
1036
- "cli" : {
1037
- "exclude" : true
1038
- },
1039
1036
"properties" : {
1040
1037
"type" : {
1041
1038
"anyOf" : [
1052
1049
},
1053
1050
"options" : {
1054
1051
"type" : " object" ,
1055
- "additionalProperties" : true
1052
+ "additionalProperties" : true ,
1053
+ "cli" : {
1054
+ "exclude" : true
1055
+ }
1056
1056
}
1057
1057
},
1058
1058
"additionalProperties" : false
You can’t perform that action at this time.
0 commit comments