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