first commit
This commit is contained in:
38
packages/marketplace/wrangler.jsonc
Normal file
38
packages/marketplace/wrangler.jsonc
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"name": "emdash-marketplace",
|
||||
"main": "src/index.ts",
|
||||
"compatibility_date": "2026-02-25",
|
||||
"routes": [
|
||||
{
|
||||
"pattern": "marketplace.emdashcms.com",
|
||||
"zone_name": "emdashcms.com",
|
||||
"custom_domain": true,
|
||||
},
|
||||
],
|
||||
"d1_databases": [
|
||||
{
|
||||
"binding": "DB",
|
||||
"database_name": "emdash-marketplace",
|
||||
"database_id": "d7b51844-ef3e-46a3-991a-3517d1dee251",
|
||||
},
|
||||
],
|
||||
"r2_buckets": [
|
||||
{
|
||||
"binding": "R2",
|
||||
"bucket_name": "plugin-bundles",
|
||||
},
|
||||
],
|
||||
"ai": {
|
||||
"binding": "AI",
|
||||
},
|
||||
"images": {
|
||||
"binding": "IMAGES",
|
||||
},
|
||||
"workflows": [
|
||||
{
|
||||
"name": "audit-workflow",
|
||||
"binding": "AUDIT_WORKFLOW",
|
||||
"class_name": "AuditWorkflow",
|
||||
},
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user