Revise landing messaging and add news feed

This commit is contained in:
Remi
2025-09-17 15:44:41 +02:00
parent 4220e542bf
commit 79d5ac76c0
2 changed files with 108 additions and 0 deletions

5
types/nodemailer.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
declare module 'nodemailer' {
const nodemailer: any
export function createTransport(options: any): any
export default nodemailer
}