mirror of
https://github.com/34892002/edgeKey.git
synced 2026-09-03 06:47:41 +08:00
23 lines
629 B
JSON
23 lines
629 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", "global_fetch_strictly_public"],
|
||
"observability": {
|
||
"enabled": true,
|
||
"head_sampling_rate": 0.1
|
||
},
|
||
"d1_databases": [
|
||
{
|
||
"binding": "DB",
|
||
"database_name": "edgekey-db",
|
||
"migrations_dir": "prisma/migrations",
|
||
// "database_id": "24390dbc-b9c6-4ae6-8c7f-507fb2eb36f2", // 执行 wrangler d1 命令必须,但是与cf一键部署冲突所以注释
|
||
}
|
||
],
|
||
"triggers": {
|
||
"crons": ["*/5 * * * *"]
|
||
}
|
||
}
|