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

7 lines
176 B
TypeScript

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