Age/wrangler.jsonc
2025-09-27 10:18:41 +08:00

14 lines
291 B
JSON

{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "age",
"compatibility_date": "2025-09-26",
"assets": {
"not_found_handling": "single-page-application",
"directory": "./public/"
},
"observability": {
"enabled": true,
"head_sampling_rate": 1
}
}