Verbessere die Verarbeitung von Zeiteinträgen und integriere Zeitkorrekturen in die Logik zur Erstellung von Arbeitsblöcken
All checks were successful
Deploy production / deploy (push) Successful in 52s

This commit is contained in:
Torsten Schulz (local)
2026-08-27 08:31:12 +02:00
parent c239ef19d1
commit 9274500443
2 changed files with 68 additions and 7 deletions

View File

@@ -481,6 +481,11 @@ do_update() {
print_info "Kopiere Frontend..."
rsync -av --exclude 'node_modules' --exclude 'dist' --exclude '.env*' --delete "$CURRENT_DIR/frontend/" "$FRONTEND_DIR/"
# Der Workspace-Lock gilt für Backend und Frontend gemeinsam und muss bei
# jedem Update mit dem Quell-Checkout synchronisiert werden.
print_info "Kopiere Workspace-Metadaten..."
rsync -av "$CURRENT_DIR/package.json" "$CURRENT_DIR/package-lock.json" "$PROJECT_DIR/"
print_info "Kopiere Konfigurations-Dateien..."
rsync -av "$CURRENT_DIR"/*.{sh,conf,md,service} "$PROJECT_DIR/" 2>/dev/null || true