[tools] node = "latest" tinymist = "0.15.0" typst = "0.15.0" watchexec = "latest" [tasks.build] run = [ "rm .typ-bundle/*", "typst compile main.typ .typ-bundle --format bundle --features bundle,html", "npx vite build", ] sources = ["!dist", "!node_modules", "!.idea", "**/*.typ", "src/**/*"] [tasks.dev-vite] 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"]