mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
6 lines
175 B
TypeScript
6 lines
175 B
TypeScript
// Constants first, databse in second!
|
|
export * from './constants'
|
|
export * from './database'
|
|
export * from './checker'
|
|
export * from './installer'
|
|
export * from './migrator'
|