refactor: rename cmd/server to cmd/deklarix

Matches the project structure and binary name defined in the Deklarix
product spec.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
noroot
2026-08-27 00:50:22 +02:00
parent 11cf9083fa
commit bfe52c73eb
3 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ for ARCH in "${ARCHS[@]}"; do
GOARCH=$ARCH GOOS=linux go build \
-ldflags="-X main.Version=${VERSION} -s -w" \
-o "$OUT" \
./cmd/server/
./cmd/deklarix/
log "$ARCH fertig: $(du -sh "$OUT" | cut -f1)"
done