Skip to content

Commit

Permalink
Add port and reload flag to start.cmd (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah-widder committed Feb 22, 2024
1 parent deb457c commit 7400ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ echo Starting backend
echo.
cd ..
start http://127.0.0.1:50505
call uvicorn app:app
call uvicorn app:app --port 50505 --reload
if "%errorlevel%" neq "0" (
echo Failed to start backend
exit /B %errorlevel%
Expand Down

0 comments on commit 7400ca9

Please sign in to comment.