Skip to content

Commit 0e9ae41

Browse files
committed
Add run target to Makefile for starting FastAPI application with uvicorn
1 parent 7f32c22 commit 0e9ae41

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ ruff-format:
1818

1919
ruff: ruff-check ruff-format
2020

21+
run:
22+
uv run uvicorn app.main:app --port 8000 --reload
23+
2124
ops: pytest pre-commit clean ruff
2225
@echo "\033[92mAll operations completed successfully.\033[0m"
2326
@echo "\033[93mPlease check the output above for any errors or warnings.\033[0m"

0 commit comments

Comments
 (0)