feat: добавить nodemailer для отправки email через контактную форму

This commit is contained in:
Web-serfer 2026-03-31 03:32:26 +05:00
parent 4a589825c2
commit 8d566354d4
2 changed files with 8 additions and 0 deletions

View file

@ -17,12 +17,14 @@
"astro": "5.18.0",
"astro-icon": "^1.1.5",
"gsap": "^3.14.2",
"nodemailer": "^8.0.4",
"pocketbase": "^0.26.8"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^25.0.9",
"@types/nodemailer": "^7.0.11",
"tailwindcss": "^4.1.18"
}
}