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
Every time f I run rub -s my-course-name, rub opens http://localhost:3001/ and I still have to manually navigate to /builds/my-course-name/index.html in the browser from there.
It would simplify the process and save a lot of time if rub could just open http://localhost:3001/builds/my-course-name/index.html directly in this scenario.
I've changed this locally in commands/070server.js, but it would be useful if this could be the default behavior.
The text was updated successfully, but these errors were encountered:
Every time f I run
rub -s my-course-name
, rub openshttp://localhost:3001/
and I still have to manually navigate to/builds/my-course-name/index.html
in the browser from there.It would simplify the process and save a lot of time if rub could just open
http://localhost:3001/builds/my-course-name/index.html
directly in this scenario.I've changed this locally in commands/070server.js, but it would be useful if this could be the default behavior.
The text was updated successfully, but these errors were encountered: