Skip to content

Commit

Permalink
docs: workaround to fix trunk hot-reload issue on Windows (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixf4xu authored Dec 10, 2023
1 parent e2eb0a8 commit 3123e31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/getting_started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ Trunk should automatically compile your app and open it in your default browser.
If you make edits to `main.rs`, Trunk will recompile your source code and
live-reload the page.
> Due to an upstream [issue](https://github.com/thedodd/trunk/issues/597), `trunk` v0.17.5 will not work with live-reload on Windows. Use `trunk` v0.17.3 or [`trunk-ng`](https://github.com/thedodd/trunk/issues/597#issuecomment-1772944469) as a temporary workaround.
Welcome to the world of UI development with Rust and WebAssembly (WASM), powered by Leptos and Trunk!
Expand Down

0 comments on commit 3123e31

Please sign in to comment.