We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 372b2e6 commit 94ba042Copy full SHA for 94ba042
veadk/cli/services/vefaas/template/src/run.sh
@@ -58,7 +58,6 @@ elif [ "$USE_STUDIO" = "False" ]; then
58
else
59
echo "USE_ADK_WEB is False, running a2a server"
60
exec python3 -m uvicorn app:app --host $HOST --port $PORT --timeout-graceful-shutdown $TIMEOUT --loop asyncio
61
- fi
62
fi
63
64
# running a2a server
0 commit comments