Files
edgeKey/wrangler.jsonc
cloudflare-workers-and-pages[bot] 07aedc02f1 Update wrangler config name to edge-key
2026-04-23 18:54:22 +00:00

19 lines
410 B
JSON

{
"$schema": "./node_modules/wrangler/config-schema.json",
"name": "edge-key",
"compatibility_date": "2026-03-12",
"main": "virtual:photon:cloudflare:server-entry",
"compatibility_flags": ["nodejs_compat"],
"observability": {
"enabled": true,
"head_sampling_rate": 0.1
},
"d1_databases": [
{
"binding": "DB",
"database_name": "edgekey-db",
"migrations_dir": "prisma/migrations"
}
]
}