1
0
Fork 0
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:
Chocobozzz 2023-06-29 15:55:00 +02:00
parent 8ef866071f
commit a1bd2b77d9
No known key found for this signature in database
GPG key ID: 583A612D890159BE
80 changed files with 2590 additions and 3896 deletions

View file

@ -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') ]
}
},