feat(web): add automated build version tracking and update notification banner

This commit is contained in:
2026-07-27 09:51:15 -04:00
parent 83c6badc20
commit 13e3aec2d5
4 changed files with 71 additions and 4 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ build: build-web build-server
# Build the Go server
build-server:
CGO_ENABLED=0 go build -o dumpster-server ./cmd/server
CGO_ENABLED=0 go build -ldflags "-X main.GitSHA=$(GIT_SHA)" -o dumpster-server ./cmd/server
# Build the TUI client
build-tui: