Merge pull request #8 from silentoplayz/silentoplayz-start.bat

Add start.bat file for Windows
This commit is contained in:
Timothy Jaeryang Baek
2024-05-26 00:04:48 -10:00
committed by GitHub

5
start.bat Normal file
View File

@@ -0,0 +1,5 @@
@echo off
set PORT=9099
set HOST=0.0.0.0
uvicorn main:app --host %HOST% --port %PORT% --forwarded-allow-ips '*'