Making it work better.

This commit is contained in:
Sacha Ligthert 2025-02-07 18:01:22 +01:00
parent 1d16d30cb6
commit b9c1b9e320

View File

@ -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