diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-07 11:07:12 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-20 15:27:17 +0200 |
commit | bc8090411ddaa8d742ce4de3c83f9dba7bc18e2a (patch) | |
tree | 5020b384b6bc4870b06c53a0483abf551b33604e /shared/extra-utils/server/index.ts | |
parent | dab047092b51b453f175069573d8865fb17acdfc (diff) | |
download | PeerTube-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.ts | 3 |
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 @@ | |||
1 | export * from './config' | ||
1 | export * from './contact-form-command' | 2 | export * from './contact-form-command' |
2 | export * from './debug-command' | 3 | export * from './debug-command' |
3 | export * from './follows-command' | 4 | export * from './follows-command' |
@@ -7,3 +8,5 @@ export * from './jobs-command' | |||
7 | export * from './plugins-command' | 8 | export * from './plugins-command' |
8 | export * from './plugins' | 9 | export * from './plugins' |
9 | export * from './redundancy-command' | 10 | export * from './redundancy-command' |
11 | export * from './servers' | ||
12 | export * from './stats-command' | ||