Skip to content

Commit

Permalink
fix infinite watch cycle
Browse files Browse the repository at this point in the history
There is alway something changed in the build folder.
  • Loading branch information
ianic committed Dec 25, 2021
1 parent 041e895 commit 9591eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/controller/watch.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func Watch(a WatchArgs) error {
}
}

return w.run(fs.ProjectRoot())
return w.run(fs.ProjectRoot() + "/api")
}

type watch struct {
Expand Down

0 comments on commit 9591eb5

Please sign in to comment.