PeerTube/server/tests/plugins/index.ts

8 lines
178 B
TypeScript
Raw Normal View History

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