mirror of
https://github.com/34892002/edgeKey.git
synced 2026-05-13 11:36:35 +08:00
19 lines
410 B
JSON
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"
|
|
}
|
|
]
|
|
}
|