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.
23 lines
389 B
JSON
23 lines
389 B
JSON
{
|
|
"compatibility_date": "2025-05-27",
|
|
"main": "analytics_worker.js",
|
|
"name": "analytics",
|
|
"analytics_engine_datasets": [
|
|
{
|
|
"binding": "ANALYTICS_ENGINE",
|
|
"dataset": "global_analytics"
|
|
}
|
|
],
|
|
"routes": [
|
|
{
|
|
"custom_domain": true,
|
|
"pattern": "your.route.here"
|
|
}
|
|
],
|
|
"dev": {
|
|
"port": 3003
|
|
},
|
|
"placement": {
|
|
"mode": "smart"
|
|
}
|
|
} |