Skip to content

Commit

Permalink
Launch in browser by default
Browse files Browse the repository at this point in the history
  • Loading branch information
steffilazerte committed Feb 19, 2024
1 parent c873cc8 commit 83b2c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ aq_app <- function() {
server_export_data("export_data", wells)
}

shinyApp(ui, server)
shinyApp(ui, server, options = list(launch.browser = TRUE))
}

aq_theme <- function() {
Expand Down

0 comments on commit 83b2c54

Please sign in to comment.