Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/main/guides/live-reload.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ npm run start
```

> With react-scripts, use `HOST=0.0.0.0 npm run start`
> With vite (e.g. Vue or SvelteKit), use `vite dev --host` to expose the server

Within `capacitor.config.json`, create a `server` entry then configure the `url` field using the local web server's IP address and port:

Expand Down