fix(dev): improve gateway startup diagnostics for config errors (#1020)

This commit is contained in:
Willem Jiang
2026-03-08 21:06:57 +08:00
committed by GitHub
parent cf9af1fe75
commit 6b5c4fe6dd
4 changed files with 26 additions and 5 deletions

View File

@@ -74,7 +74,7 @@ When making code changes, you MUST update the relevant documentation:
```bash
make check # Check system requirements
make install # Install all dependencies (frontend + backend)
make dev # Start all services (LangGraph + Gateway + Frontend + Nginx)
make dev # Start all services (LangGraph + Gateway + Frontend + Nginx), with config.yaml preflight
make stop # Stop all services
```