update v13 docs
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
Unlike stated in the LICENSE file, it is not necessary to include the copyright notice and permission notice when you copy code from this file.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @module provider/websocket
|
||||
*/
|
||||
|
||||
2
provider/websocket/index.js
Normal file
2
provider/websocket/index.js
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
export * from './WebSocketProvider.js'
|
||||
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
Unlike stated in the LICENSE file, it is not necessary to include the copyright notice and permission notice when you copy code from this file.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @module provider/websocket/server
|
||||
*/
|
||||
@@ -124,4 +128,4 @@ server.on('upgrade', (request, socket, head) => {
|
||||
|
||||
server.listen(port)
|
||||
|
||||
console.log('running on port', port)
|
||||
console.log('running on port', port)
|
||||
Reference in New Issue
Block a user