feat: email notifications via Resend on new incident

This commit is contained in:
2026-07-10 13:24:44 +08:00
parent 3f8da5bd91
commit 2239b6e2df
6 changed files with 254 additions and 38 deletions
+2 -1
View File
@@ -16,7 +16,8 @@
"@supabase/supabase-js": "^2.110.2",
"next": "^15.5.20",
"react": "^19.2.7",
"react-dom": "^19.2.7"
"react-dom": "^19.2.7",
"resend": "^6.17.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",