mirror of
https://github.com/Nezumi-2711/uptime-monitoring.git
synced 2026-09-22 13:48:31 +00:00
31 lines
690 B
JSON
31 lines
690 B
JSON
{
|
|
"$schema": "./node_modules/wrangler/config-schema.json",
|
|
"name": "uptime-monitoring",
|
|
"main": "src/worker/index.ts",
|
|
"compatibility_date": "2026-08-27",
|
|
"compatibility_flags": ["nodejs_compat"],
|
|
"assets": {
|
|
"directory": "./dist/client",
|
|
"not_found_handling": "single-page-application",
|
|
"run_worker_first": ["/api/*"],
|
|
},
|
|
"triggers": {
|
|
"crons": ["*/5 * * * *", "5 0 * * *"],
|
|
},
|
|
"d1_databases": [
|
|
{
|
|
"binding": "DB",
|
|
"database_name": "uptime",
|
|
"database_id": "960b26fd-a11b-4899-826b-d3513e499d3a",
|
|
"migrations_dir": "migrations",
|
|
},
|
|
],
|
|
"observability": {
|
|
"enabled": true,
|
|
"logs": {
|
|
"head_sampling_rate": 1,
|
|
},
|
|
},
|
|
"upload_source_maps": true,
|
|
}
|