mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2026-04-25 11:18:06 +00:00
5 lines
169 B
Batchfile
5 lines
169 B
Batchfile
@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 |