Skip to content

Commit

Permalink
docs: Mention shiny.autoreload in FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilzyla committed Feb 16, 2024
1 parent 0a12b56 commit d541f9c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions vignettes/faq.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ You can run a Rhino application exactly the same as a regular Shiny app:

</details>

<details>
<summary>How to automatically reload the application during development?</summary>

Call `options(shiny.autoreload = TRUE)` in your R session.
Shiny will monitor the app directory and reload all connected sessions if any changes are detected.
More details can be found in [Shiny reference](https://shiny.posit.co/r/reference/shiny/latest/shinyoptions).

</details>

<details>
<summary>How to use a specific port when running a Rhino application?</summary>

Expand Down

0 comments on commit d541f9c

Please sign in to comment.