Skip to content

Commit d07c636

Browse files
committed
unified webtorrent initializtion between client and host
Signed-off-by: Robert Gogete <[email protected]>
1 parent 0d1ce2c commit d07c636

File tree

6 files changed

+698
-465
lines changed

6 files changed

+698
-465
lines changed

build.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ await esbuild.build({
1818
'src/client.ts',
1919
'src/relay.ts',
2020
'src/interfaces.ts',
21-
'src/registry/gun-registry.ts'
21+
'src/registry/gun-registry.ts',
22+
'src/webtorrent-manager.ts',
2223
],
2324
outdir: 'dist',
2425
format: 'esm',

0 commit comments

Comments
 (0)