ci: add general_problem_solving_team workflow and remove start.bat

This commit is contained in:
Yanghuabei-design 2026-03-06 12:14:50 +08:00
parent 7f13cb0679
commit 4ccb991c05

View File

@ -1,5 +0,0 @@
@echo off
start "Backend" cmd /k "chatdev-venv\Scripts\activate && python server_main.py --port 6400"
cd frontend
set VITE_API_BASE_URL=http://localhost:6400
npm run dev