mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-31 23:55:06 +08:00
Fix test cases (#3718)
### What problem does this PR solve? Fix test cases ### Type of change - [x] Other (please describe): Fix error cases --------- Signed-off-by: jinhai <haijin.chn@gmail.com>
This commit is contained in:
@ -307,9 +307,8 @@ docker build -f Dockerfile -t infiniflow/ragflow:dev .
|
||||
```bash
|
||||
cd web
|
||||
npm install --force
|
||||
```
|
||||
7. Konfigurasikan frontend untuk memperbarui `proxy.target` di **.umirc.ts** menjadi `http://127.0.0.1:9380`:
|
||||
8. Jalankan aplikasi frontend:
|
||||
```
|
||||
7. Jalankan aplikasi frontend:
|
||||
```bash
|
||||
npm run dev
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user