From c126a4259906d7ce4dec251051f201de99b35174 Mon Sep 17 00:00:00 2001 From: David Allemang Date: Thu, 9 Jul 2026 12:45:18 -0400 Subject: [PATCH] remove mise watchexec --- mise.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/mise.toml b/mise.toml index 88a3fc28..a23869a0 100644 --- a/mise.toml +++ b/mise.toml @@ -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"] \ No newline at end of file