summaryrefslogtreecommitdiff
path: root/crates/typst-cli/src/main.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-12-05 10:59:26 +0100
committerGitHub <noreply@github.com>2024-12-05 09:59:26 +0000
commit79a7a6bf77037e0b6124193ebc8b3c5e8a0528bb (patch)
tree0277667f64509db4d69283a6404656a8a1070cf7 /crates/typst-cli/src/main.rs
parent4f3ba7f8caecc49ae1051f0a0c217a44d3fda876 (diff)
Live reloading HTTP server for `typst watch` and HTML export (#5524)
Diffstat (limited to 'crates/typst-cli/src/main.rs')
-rw-r--r--crates/typst-cli/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/typst-cli/src/main.rs b/crates/typst-cli/src/main.rs
index 8cef1415..610f89c0 100644
--- a/crates/typst-cli/src/main.rs
+++ b/crates/typst-cli/src/main.rs
@@ -6,6 +6,7 @@ mod greet;
mod init;
mod package;
mod query;
+mod server;
mod terminal;
mod timings;
#[cfg(feature = "self-update")]