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

10
node_modules/nodemailer/.prettierrc.js generated vendored Normal file
View file

@ -0,0 +1,10 @@
'use strict';
module.exports = {
printWidth: 160,
tabWidth: 4,
singleQuote: true,
endOfLine: 'lf',
trailingComma: 'none',
arrowParens: 'avoid'
};