Add email worker and use it to send email from pages function
Some checks failed
release / Publish to Cloudflare Pages (push) Failing after 1m17s

This commit is contained in:
2025-02-03 17:00:59 +10:30
parent 73a4ee7df4
commit d487f7ecb7
11 changed files with 2426 additions and 38 deletions

6
wrangler.json Normal file
View File

@@ -0,0 +1,6 @@
{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "resume",
"compatibility_date": "2025-01-29",
"services": [{ "binding": "SERVICE", "service": "contact-email" }]
}