mirror of
https://github.com/LittleChest/Age.git
synced 2026-05-06 22:34:48 +08:00
wrangler: Init
This commit is contained in:
parent
c33999d684
commit
71a0253683
13
wrangler.jsonc
Normal file
13
wrangler.jsonc
Normal 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
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user