1
0
Fork 0
peertube/server/tests/plugins/index.ts

9 lines
203 B
TypeScript
Raw Normal View History

2019-07-24 04:21:22 -04:00
import './action-hooks'
2020-04-22 10:07:04 -04:00
import './id-and-pass-auth'
2020-04-29 03:04:42 -04:00
import './external-auth'
2019-07-24 04:21:22 -04:00
import './filter-hooks'
2019-07-26 08:44:50 -04:00
import './translations'
import './video-constants'
2020-04-09 05:00:30 -04:00
import './plugin-helpers'
import './plugin-router'