init
This commit is contained in:
commit
f56f6f370d
10 changed files with 1466 additions and 0 deletions
4
justfile
Normal file
4
justfile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
venv:
|
||||
uv venv
|
||||
run:
|
||||
uv run -- uvicorn --reload fastapi_timezone.main:app
|
||||
Loading…
Add table
Add a link
Reference in a new issue