X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fserver-commands%2Fserver%2Findex.ts;h=9a2fbf8d33bfc08a7cba3709dcdc186183e438f0;hb=6292fb984348935692711ddc9a9630e29c3f0148;hp=0a4b21fc46965db6392f470b2b35d76fe4783aa6;hpb=c3edc5b074aa4bb1861ed0a94d3713808e87170f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/server-commands/server/index.ts b/shared/server-commands/server/index.ts index 0a4b21fc4..9a2fbf8d3 100644 --- a/shared/server-commands/server/index.ts +++ b/shared/server-commands/server/index.ts @@ -5,6 +5,7 @@ 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 './redundancy-command'