fix: justfile shebang recipes indentation (spaces → tabs)

This commit is contained in:
Pontoporeia
2026-05-08 16:35:00 +02:00
parent e6829994b6
commit 11e61226e2
2 changed files with 32 additions and 30 deletions

View File

@@ -2,6 +2,8 @@
## Completed
- [x] Fix `just serve` — justfile shebang recipes (`deploy-env`, `reencrypt-password`) used space indentation instead of tabs, causing "extra leading whitespace" parse error
- [x] PDF 100 MB limit + bentopdf mention
- [x] `ThesisCreateController`: `MAX_PDF_SIZE = 100 MB`; PDFs checked against it, other files still 500 MB
- [x] `ThesisEditController`: same per-PDF limit applied