diff --git a/Taskfile.yml b/Taskfile.yml index 1bdb5e1..20bdd43 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -1,6 +1,9 @@ # yaml-language-server: $schema=https://taskfile.dev/schema.json version: '3' tasks: + default: + cmds: + - go run ./cmd/tui/main.go build: cmds: - go build -o ./bin/tui ./cmd/tui/main.go