chore: startup scripts one-click launch uvicorn server
This commit is contained in:
@@ -1 +1,3 @@
|
||||
Start-Process -WindowStyle Normal -FilePath "powershell" -ArgumentList "-NoExit", "-Command", "& '.\.venv\Scripts\Activate.ps1'"
|
||||
Set-Location $PSScriptRoot
|
||||
& .\.venv\Scripts\Activate.ps1
|
||||
python -m uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload
|
||||
|
||||
Reference in New Issue
Block a user