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

This commit is contained in:
非法操作
2026-07-21 06:42:55 +00:00
committed by GitHub
parent f8754286ec
commit 8d406aec31
+1 -1
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