Skip to content

Commit

Permalink
Merge pull request #816 from fabriziosestito/fix/tilt-hot-reloading
Browse files Browse the repository at this point in the history
fix: tilt hot reloading
  • Loading branch information
fabriziosestito authored Jul 19, 2024
2 parents 85bfb68 + e52bc5b commit 54489d6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,11 @@ local_resource(
'manager',
"CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o bin/manager cmd/main.go",
deps = [
"main.go",
"go.mod",
"go.sum",
"cmd",
"internal",
"controllers",
"pkg",
"api",
],
)

Expand Down

0 comments on commit 54489d6

Please sign in to comment.