소스 검색

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