You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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