-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thoughts #1
Comments
So about live reload. It can either reload the whole page or patch the code live. |
Hello, I think I might had some discussions about |
seed-quickstart
withcargo make watch
and the only thing I miss is reload after compilation.I like to think about this as follows: when I code I call
cargo check
via hotkey quite often from my editor (or use inline warnings/errors). When I'm satisfied I callcargo build
again via hotkey and this is myF5
.rocket
. It would be really nice if I could serve client viarocket
somehow. So I only need tocargo run
my server and it will automatically invoke/serve/proxy client viaSeeder
.The text was updated successfully, but these errors were encountered: