{
"$schema": "../../node_modules/wrangler/config-schema.json",
"name": "xxxxx",
"main": "src/index.ts",
"compatibility_date": "2025-09-17",
"compatibility_flags": [
"nodejs_compat"
],
"workers_dev": false,
"triggers": {
"crons": [
"21 * * * *"
]
},
"observability": {
"enabled": true
},
"durable_objects": {
"bindings": [
{
"name": "xxx",
"class_name": "xxx"
}
]
},
"migrations": [
{ "tag": "0001_add_xxx", "new_classes": ["xxx"] }
],
"d1_databases": [
{
"binding": "DB",
"database_name": "xxx",
"database_id": "xxx",
"remote": true
}
],
"queues": {
"producers": [
{
"queue": "xxx",
"binding": "QUEUE"
}
],
"consumers": [
{
"queue": "xxx"
}
]
},
"kv_namespaces": [
{
"id": "xxx",
"binding": "KV"
}
]
}
{
"$schema": "../../node_modules/wrangler/config-schema.json",
"name": "xxxxx",
"main": "src/index.ts",
"compatibility_date": "2025-09-17",
"compatibility_flags": [
"nodejs_compat"
],
"workers_dev": false,
"triggers": {
"crons": [
"21 * * * *"
]
},
"observability": {
"enabled": true
},
"durable_objects": {
"bindings": [
{
"name": "xxx",
"class_name": "xxx"
}
]
},
"migrations": [
{ "tag": "0001_add_xxx", "new_classes": ["xxx"] }
],
"d1_databases": [
{
"binding": "DB",
"database_name": "xxx",
"database_id": "xxx",
"remote": true
}
],
"queues": {
"producers": [
{
"queue": "xxx",
"binding": "QUEUE"
}
],
"consumers": [
{
"queue": "xxx"
}
]
},
"kv_namespaces": [
{
"id": "xxx",
"binding": "KV"
}
]
}