You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
code-analysis/start_backend_only.bat

7 lines
70 B

@echo off
echo 启动后端服务...
cd backend
python main.py
pause