wip more dioramas
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
[tools]
|
||||
node = "latest"
|
||||
"npm:vite" = "8.1.3"
|
||||
tinymist = "0.15.0"
|
||||
typst = "0.15.0"
|
||||
|
||||
@@ -7,15 +8,17 @@ typst = "0.15.0"
|
||||
run = [
|
||||
"rm .typ-bundle/*",
|
||||
"typst compile main.typ .typ-bundle --format bundle --features bundle,html",
|
||||
"npx vite build",
|
||||
"vite build",
|
||||
]
|
||||
sources = ["!dist", "!node_modules", "!.idea", "**/*.typ", "src/**/*"]
|
||||
|
||||
[tasks.dev-vite]
|
||||
run = "npx vite dev"
|
||||
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"]
|
||||
Reference in New Issue
Block a user