aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/extra-utils/server/index.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-07-07 11:07:12 +0200
committerChocobozzz <me@florianbigard.com>2021-07-20 15:27:17 +0200
commitbc8090411ddaa8d742ce4de3c83f9dba7bc18e2a (patch)
tree5020b384b6bc4870b06c53a0483abf551b33604e /shared/extra-utils/server/index.ts
parentdab047092b51b453f175069573d8865fb17acdfc (diff)
downloadPeerTube-bc8090411ddaa8d742ce4de3c83f9dba7bc18e2a.tar.gz
PeerTube-bc8090411ddaa8d742ce4de3c83f9dba7bc18e2a.tar.zst
PeerTube-bc8090411ddaa8d742ce4de3c83f9dba7bc18e2a.zip
Introduce stats command
Diffstat (limited to 'shared/extra-utils/server/index.ts')
-rw-r--r--shared/extra-utils/server/index.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/shared/extra-utils/server/index.ts b/shared/extra-utils/server/index.ts
index 3ee70f0cf..d37f46321 100644
--- a/shared/extra-utils/server/index.ts
+++ b/shared/extra-utils/server/index.ts
@@ -1,3 +1,4 @@
1export * from './config'
1export * from './contact-form-command' 2export * from './contact-form-command'
2export * from './debug-command' 3export * from './debug-command'
3export * from './follows-command' 4export * from './follows-command'
@@ -7,3 +8,5 @@ export * from './jobs-command'
7export * from './plugins-command' 8export * from './plugins-command'
8export * from './plugins' 9export * from './plugins'
9export * from './redundancy-command' 10export * from './redundancy-command'
11export * from './servers'
12export * from './stats-command'