From 2842ae7fb54dbbc26a7cb9d95dfff25200ac0705 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Wed, 11 Oct 2023 09:40:14 -0300 Subject: [PATCH] chore(docs) add missing `watch: true` to example --- docs/docs/usage.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/usage.md b/docs/docs/usage.md index deb443c5..9ed31b3d 100644 --- a/docs/docs/usage.md +++ b/docs/docs/usage.md @@ -1817,6 +1817,7 @@ interval: 500ms tasks: build: desc: Builds the Go application + watch: true sources: - '**/*.go' cmds: