Usa il binding EMAIL per contatti e newsletter, eliminando la dipendenza da Resend e dalle relative API key. Co-authored-by: Cursor <cursoragent@cursor.com>
27 lines
523 B
JSON
27 lines
523 B
JSON
{
|
|
"compatibility_date": "2026-04-18",
|
|
"compatibility_flags": ["global_fetch_strictly_public"],
|
|
"name": "nexstudio",
|
|
"main": "@astrojs/cloudflare/entrypoints/server",
|
|
"assets": {
|
|
"directory": "./dist",
|
|
"binding": "ASSETS"
|
|
},
|
|
"observability": {
|
|
"enabled": true
|
|
},
|
|
"d1_databases": [
|
|
{
|
|
"binding": "NEWSLETTER_DB",
|
|
"database_name": "nexstudio-newsletter",
|
|
"database_id": "f2b30e34-6e63-4df8-8f92-f0a0dad08cda",
|
|
"migrations_dir": "migrations"
|
|
}
|
|
],
|
|
"send_email": [
|
|
{
|
|
"name": "EMAIL"
|
|
}
|
|
]
|
|
}
|