mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Remove webtorrent support from client
This commit is contained in:
parent
8ef866071f
commit
a1bd2b77d9
80 changed files with 2590 additions and 3896 deletions
|
@ -36,10 +36,7 @@ module.exports = function () {
|
|||
|
||||
fallback: {
|
||||
fs: [ path.resolve('src/shims/noop.ts') ],
|
||||
http: [ path.resolve('src/shims/http.ts') ],
|
||||
https: [ path.resolve('src/shims/https.ts') ],
|
||||
path: [ path.resolve('src/shims/path.ts') ],
|
||||
stream: [ path.resolve('src/shims/stream.ts') ],
|
||||
crypto: [ path.resolve('src/shims/noop.ts') ]
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue