4 lines
125 B
PowerShell
4 lines
125 B
PowerShell
Set-Location $PSScriptRoot
|
|
& .\.venv\Scripts\Activate.ps1
|
|
python -m uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload
|