- Added Typst templates for receipts and announcements. - Implemented TypstRunner and TypstRunner2 services for PDF generation. - Included necessary fonts for Typst rendering. - Updated Dockerfile to install Typst and Pandoc. - Enhanced API with new endpoints for Typst functionality. - Added temporary directory handling for generated files. - Updated .gitignore and .dockerignore to exclude temporary files.
33 lines
662 B
Text
33 lines
662 B
Text
.env
|
|
.env.marcopedone
|
|
.env.infoalloggi
|
|
build_logs.txt
|
|
|
|
infoalloggi_old/
|
|
|
|
apps/db/.git.bkp
|
|
apps/db/.env
|
|
apps/db/.gitignore
|
|
|
|
|
|
|
|
apps/infoalloggi/.git.bkp
|
|
apps/infoalloggi/.gitignore
|
|
apps/infoalloggi/node_modules
|
|
apps/infoalloggi/.next/
|
|
apps/infoalloggi/out/
|
|
apps/infoalloggi/next-env.d.ts
|
|
apps/infoalloggi/build
|
|
apps/infoalloggi/.DS_Store
|
|
apps/infoalloggi/*.pem
|
|
apps/infoalloggi/npm-debug.log*
|
|
apps/infoalloggi/.env
|
|
apps/infoalloggi/.env*.local
|
|
apps/infoalloggi/*.tsbuildinfo
|
|
apps/infoalloggi/certificates
|
|
apps/infoalloggi/fic_cities.json
|
|
apps/infoalloggi/fic_nations.json
|
|
apps/infoalloggi/gi_comuni_cap.json
|
|
apps/infoalloggi/gi_nazioni.json
|
|
apps/infoalloggi/tmp/
|
|
|