build fixes

This commit is contained in:
makearmy 2025-10-19 18:05:19 -04:00
parent 912cf71bb9
commit 59bc5303c7
51 changed files with 15390 additions and 448 deletions

12
node_modules/nodemailer/.prettierrc generated vendored Normal file
View file

@ -0,0 +1,12 @@
{
"printWidth": 140,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": true,
"quoteProps": "as-needed",
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "avoid",
"endOfLine": "lf"
}