1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00
Peertube/server/tests/plugins/index.ts

10 lines
255 B
TypeScript

import './action-hooks'
import './html-injection'
import './id-and-pass-auth'
import './external-auth'
import './filter-hooks'
import './translations'
import './video-constants'
import './plugin-helpers'
import './plugin-router'
import './plugin-storage'