mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 13:25:18 +00:00
feat: invoice generator
This commit is contained in:
@@ -30,6 +30,18 @@ const config = {
|
||||
},
|
||||
upload: {
|
||||
acceptedMimeTypes: "image/*,.pdf,.doc,.docx,.xls,.xlsx",
|
||||
images: {
|
||||
maxWidth: 1800,
|
||||
maxHeight: 1800,
|
||||
quality: 90,
|
||||
},
|
||||
pdfs: {
|
||||
maxPages: 10,
|
||||
dpi: 150,
|
||||
quality: 90,
|
||||
maxWidth: 1500,
|
||||
maxHeight: 1500,
|
||||
},
|
||||
},
|
||||
selfHosted: {
|
||||
isEnabled: env.SELF_HOSTED_MODE === "true",
|
||||
|
||||
Reference in New Issue
Block a user