initial
This commit is contained in:
16
mise.toml
Normal file
16
mise.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[tools]
|
||||
node = "latest"
|
||||
tinymist = "0.15.0"
|
||||
typst = "0.15.0"
|
||||
watchexec = "latest"
|
||||
|
||||
[tasks.dev]
|
||||
run = [
|
||||
"typst watch main.typ bundle --format bundle --features bundle,html --no-serve & vite dev",
|
||||
]
|
||||
|
||||
[tasks.build]
|
||||
run = [
|
||||
"typst compile main.typ node_modules/.typst-bundle --format bundle --features bundle,html",
|
||||
"vite build",
|
||||
]
|
||||
Reference in New Issue
Block a user