From 56547d348ccaca4369560a5fe69aba44c2521ebd Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 21 Mar 2026 15:16:17 +0900 Subject: wip --- justfile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 justfile (limited to 'justfile') diff --git a/justfile b/justfile new file mode 100644 index 0000000..9e0fcda --- /dev/null +++ b/justfile @@ -0,0 +1,11 @@ +build: + typst compile slides.typ + +watch: + typst watch slides.typ + +compile-plugin: + #!/usr/bin/env bash + cd plugins/tokenize-ja/ + cargo build --release + cp target/wasm32-unknown-unknown/release/typst_plugin_tokenize_ja.wasm tokenize-ja.wasm -- cgit v1.3.1