feat: add resend for send mail (#274)

This commit is contained in:
Dream Hunter
2024-05-26 12:37:11 +08:00
committed by GitHub
parent dc14338b69
commit 3b6736924b
15 changed files with 1576 additions and 65 deletions
+6
View File
@@ -5,18 +5,24 @@
"type": "module",
"scripts": {
"dev": "wrangler dev",
"lint": "eslint src",
"deploy": "wrangler deploy --minify",
"start": "wrangler dev",
"build": "wrangler deploy --dry-run --outdir dist --minify"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240512.0",
"@eslint/js": "8.56.0",
"eslint": "8.56.0",
"globals": "^15.3.0",
"typescript-eslint": "^7.10.0",
"wrangler": "^3.57.1"
},
"dependencies": {
"hono": "^4.3.9",
"mimetext": "^3.0.24",
"postal-mime": "^2.2.5",
"resend": "^3.2.0",
"telegraf": "4.16.3"
},
"pnpm": {