Docs: Updated configuration file name (#12720)

### What problem does this PR solve?

### Type of change

- [x] Documentation Update
This commit is contained in:
writinwaters
2026-01-20 15:40:03 +08:00
committed by GitHub
parent 4c4d434bc1
commit 046d4ffdef

View File

@ -116,10 +116,10 @@ docker compose -f docker/docker-compose-base.yml up -d
npm install
```
2. Update `proxy.target` in **.umirc.ts** to `http://127.0.0.1:9380`:
2. Update `server.proxy.target` in **vite.config.ts** to `http://127.0.0.1:9380`:
```bash
vim .umirc.ts
vim vite.config.ts
```
3. Start up the RAGFlow frontend service: