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