mirror of https://github.com/Chocobozzz/PeerTube
Fix ws import
parent
1199515781
commit
e4671228c8
|
@ -0,0 +1,8 @@
|
|||
import { Server } from 'ws'
|
||||
|
||||
declare module 'ws' {
|
||||
// FIXME: remove when 'ws' is fixed
|
||||
export class WebSocketServer extends Server {
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue