Lockup Resiliency and Asyncio Improvements (#4221)

This commit is contained in:
tofarr
2024-10-08 07:17:37 -06:00
committed by GitHub
parent 568c8ce993
commit cdd05a98db
10 changed files with 62 additions and 49 deletions

View File

@@ -195,7 +195,7 @@ start-backend:
# Start frontend
start-frontend:
@echo "$(YELLOW)Starting frontend...$(RESET)"
@cd frontend && VITE_BACKEND_HOST=$(BACKEND_HOST_PORT) VITE_FRONTEND_PORT=$(FRONTEND_PORT) npm run start
@cd frontend && VITE_BACKEND_HOST=$(BACKEND_HOST_PORT) VITE_FRONTEND_PORT=$(FRONTEND_PORT) npm run start -- --port $(FRONTEND_PORT)
# Common setup for running the app (non-callable)
_run_setup: