initial commit of the sludge fest application using protonmail to do the

emailing with nodemailer
This commit is contained in:
2026-04-02 23:10:53 -05:00
parent b47c7a51b4
commit cd8b0a913e
6 changed files with 549 additions and 171 deletions
+3 -1
View File
@@ -23,6 +23,8 @@
"vite": "^6.3.5"
},
"dependencies": {
"@sveltejs/kit": "^2.27.3"
"@sveltejs/kit": "^2.27.3",
"@types/nodemailer": "^7.0.11",
"nodemailer": "^8.0.4"
}
}