initial
This commit is contained in:
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
*.pdf
|
||||||
|
.idea/
|
||||||
|
|
||||||
|
site/
|
||||||
|
main.html
|
||||||
|
main.pdf
|
||||||
|
bundle/
|
||||||
|
dist/
|
||||||
|
node_modules/
|
||||||
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