Allow remote dev to be switched on/off (#1558)

* Allow remote dev to be switched on/off

* nit - Docs
This commit is contained in:
filtered
2024-11-16 11:26:41 +11:00
committed by GitHub
parent 2b96d831fc
commit 6aad7ee8b6
3 changed files with 10 additions and 1 deletions

View File

@@ -431,6 +431,8 @@ core extensions will be loaded.
#### Access dev server on touch devices
Enable remote access to the dev server by setting `VITE_REMOTE_DEV` in `.env` to `true`.
After you start the dev server, you should see following logs:
```