Replies: 1 comment
-
Hello! You should set the [web.watcher]
reload_html = true
watch_path = ["src", "assets"] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For full stack (web+server), how do you reload the page when server changes?
I tried adding it in watch_path but that doesn't work, looking at verbose it isn't even tracking changes.
Only workaround I found was splitting the code up and adding it as a dependency of web, then it rebuilds the server. Is there a better/proper way to do it?
Beta Was this translation helpful? Give feedback.
All reactions