summaryrefslogtreecommitdiff
path: root/crates/typst-cli/src/watch.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/typst-cli/src/watch.rs')
-rw-r--r--crates/typst-cli/src/watch.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/typst-cli/src/watch.rs b/crates/typst-cli/src/watch.rs
index e62746df..91132fc3 100644
--- a/crates/typst-cli/src/watch.rs
+++ b/crates/typst-cli/src/watch.rs
@@ -293,6 +293,7 @@ impl Status {
out.reset()?;
writeln!(out, " {}", config.output)?;
+ #[cfg(feature = "http-server")]
if let Some(server) = &config.server {
out.set_color(&color)?;
write!(out, "serving at")?;