This commit is contained in:
Dan Davison
2025-07-29 19:52:20 -04:00
parent e2eb41a3da
commit 0375509722
5 changed files with 12 additions and 12 deletions

View File

@@ -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