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