]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/extra-utils/server/index.ts
Fix infohash with object storage
[github/Chocobozzz/PeerTube.git] / shared / extra-utils / server / index.ts
index 9055dfc573a66f795e29d8c973cbe551fb314e16..76a2099da6ca11064c6fd3e08f770d76d2ede3fd 100644 (file)
@@ -6,6 +6,7 @@ export * from './follows-command'
 export * from './follows'
 export * from './jobs'
 export * from './jobs-command'
+export * from './object-storage-command'
 export * from './plugins-command'
 export * from './plugins'
 export * from './redundancy-command'
@@ -13,3 +14,4 @@ export * from './server'
 export * from './servers-command'
 export * from './servers'
 export * from './stats-command'
+export * from './tracker'