mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00

Replaced Wrangler TOML files with JSON configuration for email and analytics workers, updating compatibility dates and maintaining existing settings. Updated email metadata and replaced hardcoded email addresses with example addresses for better abstraction. Adjusted deployment scripts in `package.json` to align with the new worker structure.
18 lines
317 B
JSON
18 lines
317 B
JSON
{
|
|
"compatibility_date": "2025-05-27",
|
|
"main": "email_worker.js",
|
|
"name": "email-service-rpc",
|
|
"node_compat": true,
|
|
"dev": {
|
|
"port": 3002
|
|
},
|
|
"placement": {
|
|
"mode": "smart",
|
|
"send_email": [
|
|
{
|
|
"destination_address": "contact@example.com",
|
|
"name": "SEB"
|
|
}
|
|
]
|
|
}
|
|
} |