mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2026-04-25 11:18:06 +00:00
remove reload args in makefile
This commit is contained in:
parent
e5587203ba
commit
7494bad618
2
Makefile
2
Makefile
@ -10,7 +10,7 @@ dev: ## Run both backend and frontend development servers
|
||||
.PHONY: server
|
||||
server: ## Start the backend server in the background
|
||||
@echo "Starting server in background..."
|
||||
@uv run python server_main.py --port 6400 --reload &
|
||||
@uv run python server_main.py --port 6400 &
|
||||
|
||||
.PHONY: client
|
||||
client: ## Start the frontend development server
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user