Update README.md
This commit is contained in:
parent
3ea5c2788a
commit
f02ef4dd6a
1 changed files with 3 additions and 1 deletions
|
|
@ -304,7 +304,9 @@ If `webui/static/dist/.vite/manifest.json` is missing or stale, React-owned rout
|
|||
|
||||
### Local Development
|
||||
|
||||
Use two terminals so the backend and Vite stay independent:
|
||||
This is only for contributors working on the WebUI with hot reload. Normal Python/no-Docker installs should build once with `npm run build` as shown above, then run only Gunicorn.
|
||||
|
||||
For active frontend development, use two terminals so the backend and Vite stay independent:
|
||||
|
||||
1. Backend
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Reference in a new issue