Update .gitignore to exclude public/uploads; modify nitro.json and latest.json timestamps; add new dependencies in package.json; adjust styles.mjs for error components; enhance PDF generation logic in generate-pdf.post.js; update sample PDF with new content.
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -145,4 +145,6 @@ Thumbs.db
|
||||
*.temp
|
||||
|
||||
# Sensitive data (DO NOT commit production sessions!)
|
||||
# server/data/sessions.json - uncomment for production
|
||||
# server/data/sessions.json - uncomment for production
|
||||
public/uploads
|
||||
public/uploads/*
|
||||
|
||||
Reference in New Issue
Block a user