Rename Go module to github.com/henrygd/beszel

This commit is contained in:
Ayman Nedjmeddine
2025-01-31 14:15:00 +01:00
committed by henrygd
parent fd050f2a8f
commit cda8fa7efd
16 changed files with 47 additions and 36 deletions

View File

@@ -84,9 +84,9 @@ dev-hub:
dev-agent:
@if command -v entr >/dev/null 2>&1; then \
find ./cmd/agent/*.go ./internal/agent/*.go | entr -r go run beszel/cmd/agent; \
find ./cmd/agent/*.go ./internal/agent/*.go | entr -r go run github.com/henrygd/beszel/cmd/agent; \
else \
go run beszel/cmd/agent; \
go run github.com/henrygd/beszel/cmd/agent; \
fi
build-dotnet: