14 lines
276 B
JSON
14 lines
276 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Run FastAPI with uvicorn",
|
|
"type": "shell",
|
|
"command": "uvicorn main:app --host 0.0.0.0 --port 8000 --reload",
|
|
"args": [],
|
|
"group": "none",
|
|
"isBackground": true,
|
|
"problemMatcher": "$eslint-stylish"
|
|
}
|
|
]
|
|
} |