Add Cloudflare catch-all mail worker

This commit is contained in:
2026-07-22 13:40:09 +08:00
parent 0d98ffaf89
commit 5e993b5961
10 changed files with 1979 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "cloudmail-worker",
"private": true,
"version": "1.0.0",
"scripts": {
"deploy": "wrangler deploy",
"db:create": "wrangler d1 create cloudmail-inbox",
"db:migrate": "wrangler d1 migrations apply cloudmail-inbox --remote"
},
"devDependencies": {
"@cloudflare/workers-types": "^5.20260721.1",
"typescript": "^5.8.3",
"wrangler": "^4.25.0"
}
}