PeerTube/server/tests/plugins/index.ts

11 lines
255 B
TypeScript
Raw Normal View History

2019-07-24 10:21:22 +02:00
import './action-hooks'
import './html-injection'
2020-04-22 16:07:04 +02:00
import './id-and-pass-auth'
2020-04-29 09:04:42 +02:00
import './external-auth'
2019-07-24 10:21:22 +02:00
import './filter-hooks'
2019-07-26 14:44:50 +02:00
import './translations'
import './video-constants'
2020-04-09 11:00:30 +02:00
import './plugin-helpers'
import './plugin-router'
2020-05-04 09:44:00 +02:00
import './plugin-storage'