1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 17:59:37 +02:00
Peertube/server/initializers/index.ts
2017-10-26 09:11:38 +02:00

6 lines
176 B
TypeScript

// Constants first, database in second!
export * from './constants'
export * from './database'
export * from './checker'
export * from './installer'
export * from './migrator'