1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

chore(docs) add missing watch: true to example

This commit is contained in:
Andrey Nering
2023-10-11 09:40:14 -03:00
committed by GitHub
parent 75aa066d9c
commit 2842ae7fb5

View File

@@ -1817,6 +1817,7 @@ interval: 500ms
tasks:
build:
desc: Builds the Go application
watch: true
sources:
- '**/*.go'
cmds: