Files
wehub-resource-sync 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
chore: import upstream snapshot with attribution
2026-07-13 12:30:11 +08:00

65 lines
1.2 KiB
JSON

{
"name": "get-bindings-proxy-fixture",
"main": "src/index.ts",
"compatibility_date": "2023-11-21",
"assets": {
"directory": "./public",
"binding": "ASSETS",
"html_handling": "auto-trailing-slash",
"not_found_handling": "none",
},
"vars": {
"MY_VAR": "my-var-value",
"MY_VAR_A": "my-var-a",
"MY_JSON_VAR": {
"test": true,
},
},
"images": {
"binding": "IMAGES",
},
"kv_namespaces": [
{
"binding": "MY_KV",
"id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
},
],
"r2_buckets": [
{
"binding": "MY_BUCKET",
"bucket_name": "my-bucket",
},
],
"hyperdrive": [
{
"binding": "MY_HYPERDRIVE",
"id": "000000000000000000000000000000000",
"localConnectionString": "postgres://user:pass@127.0.0.1:1234/db",
},
],
"d1_databases": [
{
"binding": "MY_D1",
"database_name": "test-db",
"database_id": "000000000-0000-0000-0000-000000000000",
},
],
"env": {
"production": {
"vars": {
"MY_VAR": "my-PRODUCTION-var-value",
"MY_JSON_VAR": {
"test": true,
"production": true,
},
},
"kv_namespaces": [
{
"binding": "MY_KV_PROD",
"id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
},
],
},
},
}