From b9c1b9e320889a3d67388214e02eb759ef361580 Mon Sep 17 00:00:00 2001 From: Sacha Ligthert Date: Fri, 7 Feb 2025 18:01:22 +0100 Subject: [PATCH] Making it work better. --- Taskfile.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Taskfile.yml b/Taskfile.yml index 0d6ec0a..e270e0c 100644 --- a/Taskfile.yml +++ b/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