mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
build: when running in dev mode, reload the poetry server whenever a … (#1323)
* build: when running in dev mode, reload the poetry server whenever a file changes * only reload for specific directories --------- Co-authored-by: Jim Su <jimsu@protonmail.com>
This commit is contained in:
2
Makefile
2
Makefile
@@ -158,7 +158,7 @@ build-frontend:
|
||||
# Start backend
|
||||
start-backend:
|
||||
@echo "$(YELLOW)Starting backend...$(RESET)"
|
||||
@poetry run uvicorn opendevin.server.listen:app --port $(BACKEND_PORT)
|
||||
@poetry run uvicorn opendevin.server.listen:app --port $(BACKEND_PORT) --reload --reload-dir opendevin --reload-dir agenthub --reload-dir evaluation
|
||||
|
||||
# Start frontend
|
||||
start-frontend:
|
||||
|
||||
Reference in New Issue
Block a user