aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/server-commands/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/server-commands/index.ts')
-rw-r--r--shared/server-commands/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/server-commands/index.ts b/shared/server-commands/index.ts
index c24ebb2df..a4581dbc0 100644
--- a/shared/server-commands/index.ts
+++ b/shared/server-commands/index.ts
@@ -3,10 +3,10 @@ export * from './cli'
3export * from './custom-pages' 3export * from './custom-pages'
4export * from './feeds' 4export * from './feeds'
5export * from './logs' 5export * from './logs'
6export * from './miscs'
7export * from './moderation' 6export * from './moderation'
8export * from './overviews' 7export * from './overviews'
9export * from './requests' 8export * from './requests'
9export * from './runners'
10export * from './search' 10export * from './search'
11export * from './server' 11export * from './server'
12export * from './socket' 12export * from './socket'