mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-01 16:15:07 +08:00
Docs: Updated configuration file name (#12720)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
@ -116,10 +116,10 @@ docker compose -f docker/docker-compose-base.yml up -d
|
|||||||
npm install
|
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
|
```bash
|
||||||
vim .umirc.ts
|
vim vite.config.ts
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Start up the RAGFlow frontend service:
|
3. Start up the RAGFlow frontend service:
|
||||||
|
|||||||
Reference in New Issue
Block a user