wrangler: Init

This commit is contained in:
LittleChest 2025-09-27 10:18:41 +08:00
parent c33999d684
commit 71a0253683

13
wrangler.jsonc Normal file
View File

@ -0,0 +1,13 @@
{
"$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
}
}