From 157e2780b34d1c2647a245e7b15438935ea01a22 Mon Sep 17 00:00:00 2001 From: gjankowiak Date: Tue, 12 May 2026 13:36:17 +0200 Subject: [PATCH] typst.toml: fix template entrypoint --- typst.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typst.toml b/typst.toml index 7b9db65..18c4795 100644 --- a/typst.toml +++ b/typst.toml @@ -17,6 +17,6 @@ compiler = "0.14.2" [template] path = "template" -entrypoint = "template/letter.typ" +entrypoint = "letter.typ" [tool]