mirror of
https://github.com/LittleChest/Age.git
synced 2026-05-06 22:34:48 +08:00
14 lines
289 B
JSON
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
|
|
}
|
|
}
|