mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-09 15:08:04 -05:00
7 lines
127 B
R
7 lines
127 B
R
shinyAppFile(
|
|
"wrapped.R",
|
|
options = list(
|
|
port = as.numeric(Sys.getenv("SHINY_TESTTHAT_PORT_WRAPPED2", "8080"))
|
|
)
|
|
)
|