typst.toml: fix template entrypoint
This commit is contained in:
parent
9248862d86
commit
157e2780b3
1 changed files with 1 additions and 1 deletions
|
|
@ -17,6 +17,6 @@ compiler = "0.14.2"
|
||||||
|
|
||||||
[template]
|
[template]
|
||||||
path = "template"
|
path = "template"
|
||||||
entrypoint = "template/letter.typ"
|
entrypoint = "letter.typ"
|
||||||
|
|
||||||
[tool]
|
[tool]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue