1
0
Fork 0
peertube/server/initializers/index.ts

7 lines
176 B
TypeScript
Raw Normal View History

// Constants first, database in second!
2017-05-15 20:22:03 +00:00
export * from './constants'
export * from './database'
export * from './checker'
export * from './installer'
export * from './migrator'