mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2026-07-28 17:06:08 +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
|
.PHONY: server
|
||||||
server: ## Start the backend server in the background
|
server: ## Start the backend server in the background
|
||||||
@echo "Starting server in 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
|
.PHONY: client
|
||||||
client: ## Start the frontend development server
|
client: ## Start the frontend development server
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user