瀏覽代碼

Making it work better.

Sacha Ligthert 1 年之前
父節點
當前提交
b9c1b9e320
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      Taskfile.yml

+ 8 - 0
Taskfile.yml

@@ -11,6 +11,14 @@ tasks:
     cmds:
       - go run . --help
     silent: true
+  server:
+    cmds:
+      - go run . -role scheduler
+    silent: true
+  agent:
+    cmds:
+      - go run . -role agent
+    silent: true
   precommit:
     cmds:
       - pre-commit autoupdate