Merge pull request #15 from baptisteArno/main

Update Livereload/Instant Refresh documentation
This commit is contained in:
Max Lynch
2021-03-03 09:59:12 -06:00
committed by GitHub
+1 -1
View File
@@ -41,7 +41,7 @@ To enable Livereload and Instant Refresh during development (when running `npm r
```json ```json
{ {
"server": { "server": {
"url": "192.168.1.2:3000" "url": "http://192.168.1.2:3000"
} }
} }
``` ```