]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - server/lib/jobs/handlers/index.ts
First typescript iteration
[github/Chocobozzz/PeerTube.git] / server / lib / jobs / handlers / index.ts
1 import * as videoTranscoder from './video-transcoder'
2
3 const jobHandlers = {
4 videoTranscoder
5 }
6
7 export {
8 jobHandlers
9 }