diff --git a/docs/main/guides/live-reload.md b/docs/main/guides/live-reload.md index 958053c3..144dc70e 100644 --- a/docs/main/guides/live-reload.md +++ b/docs/main/guides/live-reload.md @@ -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: