refactor: move sources into src/

This commit is contained in:
Felix Schröter 2025-02-24 11:56:28 +01:00
parent ef46569737
commit e2ff82b759
Signed by: felschr
GPG key ID: 671E39E6744C807D
4 changed files with 4 additions and 3 deletions

View file

@ -36,7 +36,8 @@
src = typixLib.cleanTypstSource ./.;
commonArgs = {
typstSource = "main.typ";
typstSource = "src/main.typ";
typstOutput = "out/main.pdf";
fontPaths = [ ];