mirror of
https://github.com/vlang/v.git
synced 2025-09-07 22:30:57 -04:00
veb: fix vweb_livereload
reference to veb_livereload
(#22171)
This commit is contained in:
parent
61609454d6
commit
0158b54b7b
@ -14,7 +14,7 @@ features.
|
||||
|
||||
## Quick Start
|
||||
|
||||
Run your veb app with a live reload via `v -d vweb_livereload watch run .`
|
||||
Run your veb app with a live reload via `v -d veb_livereload watch run .`
|
||||
|
||||
Now modifying any file in your web app (whether it's a .v file with the backend logic
|
||||
or a compiled .html template file) will result in an instant refresh of your app
|
||||
|
Loading…
x
Reference in New Issue
Block a user