diff --git a/resources/views/docs/mobile/2/getting-started/development.md b/resources/views/docs/mobile/2/getting-started/development.md index 90e3a39d..b27b01a5 100644 --- a/resources/views/docs/mobile/2/getting-started/development.md +++ b/resources/views/docs/mobile/2/getting-started/development.md @@ -179,6 +179,9 @@ export default defineConfig({ }); ``` +**Note:** When testing on real devices, hot reloading is communicating with the Vite server running on your development machine. +For this to work, ensure the test device is connected to the same Wi-Fi network as your development machine. +