1
0
mirror of synced 2026-02-13 21:16:57 +00:00

Add source-watcher to the install and bootstrap commands

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2025-09-15 21:23:09 +03:00
parent 0a87ed5a42
commit 3542d61afd
7 changed files with 83 additions and 14 deletions

View File

@@ -46,5 +46,5 @@ func TestGenerate(t *testing.T) {
t.Errorf("Generation warning '%s' not found", warning)
}
fmt.Println(output)
t.Log(output)
}