Standardize API port 23568 and web port 23566 across docs and dev config.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -46,13 +46,13 @@ cd backend
|
||||
python3 -m venv venv
|
||||
source venv/bin/activate # Windows: venv\Scripts\activate
|
||||
pip install -r requirements.txt
|
||||
uvicorn app.main:app --reload --port 8000
|
||||
uvicorn app.main:app --reload --port 23568
|
||||
|
||||
cd frontend
|
||||
npm install && npm run dev
|
||||
```
|
||||
|
||||
开发前端:http://localhost:5173(代理 `/api` 到 8000)
|
||||
开发前端:http://localhost:5173(代理 `/api` 到 23568)
|
||||
|
||||
生产网关本地模拟:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user