update question

This commit is contained in:
2025-07-10 05:48:23 +08:00
parent f8702ac1b9
commit 9c49adbaf1
7 changed files with 55 additions and 11 deletions

View File

@ -1,6 +1,6 @@
# Get started
```sh
fastapi dev main.py
uv venv
uv run fastapi dev main.py
```