aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/server-commands/runners/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/server-commands/runners/index.ts')
-rw-r--r--shared/server-commands/runners/index.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/shared/server-commands/runners/index.ts b/shared/server-commands/runners/index.ts
new file mode 100644
index 000000000..9e8e1baf2
--- /dev/null
+++ b/shared/server-commands/runners/index.ts
@@ -0,0 +1,3 @@
1export * from './runner-jobs-command'
2export * from './runner-registration-tokens-command'
3export * from './runners-command'