Files
tenwholeyears-web/wrangler.jsonc
2026-06-26 23:57:58 -05:00

14 lines
342 B
JSON

{
"$schema": "./node_modules/wrangler/config-schema.json",
"compatibility_date": "2026-06-27",
"compatibility_flags": ["global_fetch_strictly_public"],
"name": "tenwholeyears-web",
"main": "@astrojs/cloudflare/entrypoints/server",
"assets": {
"directory": "./dist",
"binding": "ASSETS"
},
"observability": {
"enabled": true
}
}