Fixes: 1. media.ts: wrap placeholder generation in try-catch 2. toolbar.ts: check r.ok, display error message in popover
29 lines
556 B
JSON
29 lines
556 B
JSON
{
|
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
"compatibility_date": "2026-03-01",
|
|
"routes": [
|
|
{
|
|
"pattern": "docs.emdashcms.com",
|
|
"custom_domain": true,
|
|
"zone_name": "emdashcms.com",
|
|
},
|
|
],
|
|
"compatibility_flags": ["global_fetch_strictly_public", "nodejs_compat"],
|
|
"name": "docs",
|
|
"main": "./src/worker.ts",
|
|
"assets": {
|
|
"directory": "./dist",
|
|
"binding": "ASSETS",
|
|
},
|
|
"ai_search": [
|
|
{
|
|
"remote": true,
|
|
"binding": "AI_SEARCH",
|
|
"instance_name": "emdash-docs",
|
|
},
|
|
],
|
|
"observability": {
|
|
"enabled": true,
|
|
},
|
|
}
|