remove mise watchexec

This commit is contained in:
David Allemang
2026-07-09 12:45:18 -04:00
parent 35e3312d17
commit c126a42599

View File

@@ -2,7 +2,6 @@
node = "latest"
tinymist = "0.15.0"
typst = "0.15.0"
watchexec = "latest"
[tasks.build]
run = [
@@ -18,6 +17,5 @@ run = "npx vite dev"
[tasks.dev-typ]
run = "typst watch main.typ .typ-bundle --format bundle --features bundle,html --no-serve"
[tasks.dev]
depends = ["dev-vite", "dev-typ"]