chore: startup scripts one-click launch uvicorn server
This commit is contained in:
@@ -1 +1,5 @@
|
||||
start "Python Venv" /D "%~dp0" cmd /k "%~dp0.venv\Scripts\activate.bat"
|
||||
@echo off
|
||||
cd /d "%~dp0"
|
||||
call .venv\Scripts\activate.bat
|
||||
python -m uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload
|
||||
pause
|
||||
|
||||
Reference in New Issue
Block a user