fix(dev): use gevent WebSocket server for local API (#39349)

This commit is contained in:
非法操作 2026-07-21 14:42:55 +08:00 committed by GitHub
parent f8754286ec
commit 8d406aec31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,4 +8,4 @@ cd "$SCRIPT_DIR/../api"
uv run flask db upgrade
uv run \
flask run --host 0.0.0.0 --port=5001 --debug
dotenv -f .env run --no-override -- python -m app