Fix advanced chat workflow event handler signature mismatch (#25078)

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
-LAN-
2025-09-03 16:22:13 +08:00
committed by GitHub
parent a7627882a7
commit a384ae9140
4 changed files with 7 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ prepare-web:
prepare-api:
@echo "🔧 Setting up API environment..."
@cp -n api/.env.example api/.env 2>/dev/null || echo "API .env already exists"
@cd api && uv sync --dev --extra all
@cd api && uv sync --dev
@cd api && uv run flask db upgrade
@echo "✅ API environment prepared (not started)"