fix: use locally served webtorrent

This commit is contained in:
ThaUnknown
2025-01-20 01:20:58 +01:00
parent 9f7928fdaf
commit 2649c2a97d
3 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
// js/webtorrent.js
import WebTorrent from 'https://esm.sh/webtorrent'
import WebTorrent from './webtorrent.min.js'
export class TorrentClient {
constructor() {

2
src/js/webtorrent.min.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long