-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Description
Unlike running quarto preview on the Terminal, quarto_preview() gives no information about where the preview is running.
Perhaps run_serve_daemon could:
- compute
serve_urlearlierLine 132 in 60d23e4
serve_url <- quarto[[url_key]] %||% paste0("http://localhost:", port) - include
serve_urlin the message that indicates the server is running:
Lines 121 to 122 in 60d23e4
# indicate server is running cat(paste0("Stop the preview with quarto_", command, "_stop()")) - return
serve_urlinvisibly so thatquarto_preview()could also return it invisibly.
Metadata
Metadata
Assignees
Labels
No labels