mirror of
https://github.com/Nezumi-2711/uptime-monitoring.git
synced 2026-09-22 05:41:59 +00:00
37 lines
901 B
JSON
37 lines
901 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": {
|
|
"binding": "ASSETS",
|
|
"directory": "./dist/client",
|
|
"not_found_handling": "single-page-application",
|
|
"run_worker_first": ["/api/*", "/", "/incidents/*", "/robots.txt", "/sitemap.xml"],
|
|
},
|
|
"triggers": {
|
|
"crons": ["* * * * *", "5 0 * * *"],
|
|
},
|
|
"keep_vars": true,
|
|
"vars": {
|
|
"PUBLIC_BASE_URL": "https://status.nezumi.pw",
|
|
"VITE_PUBLIC_BASE_URL": "https://status.nezumi.pw",
|
|
},
|
|
"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,
|
|
}
|