Files
kunthawat 2d1be52177 Emdash source with visual editor image upload fix
Fixes:
1. media.ts: wrap placeholder generation in try-catch
2. toolbar.ts: check r.ok, display error message in popover
2026-05-03 10:44:54 +07:00

41 lines
844 B
JSON

{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "emdash-demo-cache",
"main": "./src/worker.ts",
"account_id": "1f74638c495bc9f0330ce5c8e64c1b6b",
"compatibility_date": "2026-02-24",
"compatibility_flags": ["nodejs_compat"],
"placement": { "mode": "targeted", "region": "aws:eu-west-2" },
"routes": [
{
"pattern": "cache-demo.emdashcms.com",
"zone_name": "emdashcms.com",
"custom_domain": true,
},
],
"d1_databases": [
{
"binding": "DB",
"database_name": "emdash-demo-blog",
"database_id": "9361329b-a0f6-4c59-a184-74747a705e54",
},
],
"r2_buckets": [
{
"binding": "MEDIA",
"bucket_name": "emdash-demo-media",
},
],
"worker_loaders": [
{
"binding": "LOADER",
},
],
"kv_namespaces": [
{
"binding": "SESSION",
"id": "045dd0600977420992277da020ae2df3",
},
],
}