I have a shiny app (`golem`) and I would like to put it on a shiny-server (locally). golem::add_shinyserver_file() Which creates an `app.R` file. I downloaded the package with `devtools::install_github()` in _other computer_. And I put the folder of this package inside `srv/shiny-server/` Suppose my package name is `mygolempackage`, this is what appears when I run it `http://192.000.0.000:3838/mygolempackage/`:  When I run a conventional app (with `.ui` and `.server` files), it works normally. But I would like to know if there is a possibility to serve other users through a packaged shiny (created with `golem`). I appreciate the support.