Merge pull request #11 from emdash-cms/marketplace-update

fix: update database_id in wrangler.jsonc and add README.md
This commit is contained in:
Matt Kane
2026-04-01 15:05:40 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -13,8 +13,8 @@
{ {
"binding": "DB", "binding": "DB",
"database_name": "emdash-marketplace", "database_name": "emdash-marketplace",
"database_id": "d7b51844-ef3e-46a3-991a-3517d1dee251", "database_id": "e07c5b3b-c3e0-4cec-be3b-1ae0bb87da35"
}, }
], ],
"r2_buckets": [ "r2_buckets": [
{ {
@@ -35,4 +35,4 @@
"class_name": "AuditWorkflow", "class_name": "AuditWorkflow",
}, },
], ],
} }

View File