diff options
Diffstat (limited to 'shared/server-commands/server/index.ts')
-rw-r--r-- | shared/server-commands/server/index.ts | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/shared/server-commands/server/index.ts b/shared/server-commands/server/index.ts deleted file mode 100644 index 9a2fbf8d3..000000000 --- a/shared/server-commands/server/index.ts +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | export * from './config-command' | ||
2 | export * from './contact-form-command' | ||
3 | export * from './debug-command' | ||
4 | export * from './follows-command' | ||
5 | export * from './follows' | ||
6 | export * from './jobs' | ||
7 | export * from './jobs-command' | ||
8 | export * from './metrics-command' | ||
9 | export * from './object-storage-command' | ||
10 | export * from './plugins-command' | ||
11 | export * from './redundancy-command' | ||
12 | export * from './server' | ||
13 | export * from './servers-command' | ||
14 | export * from './servers' | ||
15 | export * from './stats-command' | ||