Age/wrangler.jsonc

14 lines
289 B
JSON

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