wip compile blockstates

This commit is contained in:
2026-07-18 17:34:13 -04:00
parent ef93bfcd7d
commit a0afd4f79a
6 changed files with 193 additions and 18 deletions

View File

@@ -4,21 +4,6 @@ node = "latest"
tinymist = "0.15.0"
typst = "0.15.0"
[tasks.build]
run = [
"rm .typ-bundle/*",
"typst compile main.typ .typ-bundle --format bundle --features bundle,html",
"vite build",
]
sources = ["!dist", "!node_modules", "!.idea", "**/*.typ", "src/**/*"]
[tasks.dev-vite]
run = "vite dev"
sources = ["!dist", "!node_modules", "!.idea", "**/*.typ", "src/**/*"]
[tasks.dev-typ]
run = "typst watch main.typ .typ-bundle --format bundle --features bundle,html --no-serve"
sources = ["!dist", "!node_modules", "!.idea", "**/*.typ", "src/**/*"]
[tasks.dev]
depends = ["dev-vite", "dev-typ"]
run = "vite dev"
sources = ["!dist", "!devel", "!node_modules", "!.idea", "**/*.typ", "src/**/*"]