70bf21e064
Deploy (to testing) and Test Playground Preview Worker / Deploy Playground Preview Worker (testing) (push) Has been skipped
Deploy Workers Shared Staging / Deploy Workers Shared Staging (push) Failing after 0s
Prerelease / build (push) Has been skipped
Handle Changesets / Handle Changesets (push) Has been cancelled
Semgrep OSS scan / semgrep-oss (push) Has been cancelled
46 lines
702 B
JSON
46 lines
702 B
JSON
{
|
|
"$schema": "./node_modules/wrangler/config-schema.json",
|
|
"name": "primary-worker",
|
|
"main": "./src/index.ts",
|
|
"compatibility_date": "2024-12-30",
|
|
"kv_namespaces": [
|
|
{
|
|
"binding": "KV",
|
|
"id": "test-kv-id",
|
|
},
|
|
],
|
|
"images": {
|
|
"binding": "IMAGES",
|
|
},
|
|
"unsafe_hello_world": [
|
|
{
|
|
"binding": "HELLO_WORLD",
|
|
},
|
|
],
|
|
"analytics_engine_datasets": [
|
|
{
|
|
"dataset": "test",
|
|
"binding": "WAE",
|
|
},
|
|
],
|
|
"hyperdrive": [
|
|
{
|
|
"binding": "HYPERDRIVE",
|
|
"id": "test-hyperdrive-id",
|
|
},
|
|
],
|
|
"unsafe": {
|
|
"bindings": [
|
|
{
|
|
"name": "RATE_LIMITER",
|
|
"type": "ratelimit",
|
|
"namespace_id": "1001",
|
|
"simple": {
|
|
"limit": 1,
|
|
"period": 60,
|
|
},
|
|
},
|
|
],
|
|
},
|
|
}
|