Add files via upload

This commit is contained in:
Aka Diffusion
2024-04-16 14:52:03 +09:00
committed by GitHub
parent 7a34fd24c1
commit 590937d71b

11
Server.bat Normal file
View File

@@ -0,0 +1,11 @@
chcp 65001 > NUL
@echo off
pushd %~dp0
echo Running server_fastapi.py
venv\Scripts\python server_fastapi.py
if %errorlevel% neq 0 ( pause & popd & exit /b %errorlevel% )
popd
pause