mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-16 22:48:09 +01:00
uv run
This commit is contained in:
6
Makefile
6
Makefile
@@ -6,7 +6,7 @@ setup:
|
||||
|
||||
# Run commands
|
||||
run-worker:
|
||||
uv run python scripts/run_worker.py
|
||||
uv run scripts/run_worker.py
|
||||
|
||||
run-api:
|
||||
uv run uvicorn api.main:app --reload
|
||||
@@ -15,10 +15,10 @@ run-frontend:
|
||||
cd frontend && npx vite
|
||||
|
||||
run-train-api:
|
||||
uv run python thirdparty/train_api.py
|
||||
uv run thirdparty/train_api.py
|
||||
|
||||
run-legacy-worker:
|
||||
uv run python scripts/run_legacy_worker.py
|
||||
uv run scripts/run_legacy_worker.py
|
||||
|
||||
run-enterprise:
|
||||
cd enterprise && dotnet build && dotnet run
|
||||
|
||||
Reference in New Issue
Block a user