4 lines
76 B
Makefile
4 lines
76 B
Makefile
venv:
|
|
uv venv
|
|
run:
|
|
uv run -- uvicorn --reload fastapi_timezone.main:app
|