typst.toml: fix template entrypoint

This commit is contained in:
Gaspard Jankowiak 2026-05-12 13:36:17 +02:00
commit 157e2780b3

View file

@ -17,6 +17,6 @@ compiler = "0.14.2"
[template]
path = "template"
entrypoint = "template/letter.typ"
entrypoint = "letter.typ"
[tool]