]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/server-commands/server/index.ts
Prefer using sequelize replacements even for tests
[github/Chocobozzz/PeerTube.git] / shared / server-commands / server / index.ts
index 76a2099da6ca11064c6fd3e08f770d76d2ede3fd..9a2fbf8d33bfc08a7cba3709dcdc186183e438f0 100644 (file)
@@ -1,17 +1,15 @@
 export * from './config-command'
 export * from './contact-form-command'
 export * from './debug-command'
-export * from './directories'
 export * from './follows-command'
 export * from './follows'
 export * from './jobs'
 export * from './jobs-command'
+export * from './metrics-command'
 export * from './object-storage-command'
 export * from './plugins-command'
-export * from './plugins'
 export * from './redundancy-command'
 export * from './server'
 export * from './servers-command'
 export * from './servers'
 export * from './stats-command'
-export * from './tracker'