initial commit
새로운 repository 를 만들었습니다.
This commit is contained in:
14
backend/app/.vscode/tasks.json
vendored
Normal file
14
backend/app/.vscode/tasks.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user