From 4ccb991c05ea8f58ca7e6625c032750f6e733c6f Mon Sep 17 00:00:00 2001 From: Yanghuabei-design Date: Fri, 6 Mar 2026 12:14:50 +0800 Subject: [PATCH] ci: add general_problem_solving_team workflow and remove start.bat --- start.bat | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 start.bat diff --git a/start.bat b/start.bat deleted file mode 100644 index fb1fbbdc..00000000 --- a/start.bat +++ /dev/null @@ -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 \ No newline at end of file