hello worlds

This commit is contained in:
Holden
2026-06-26 18:11:52 -05:00
commit e208f1ad5a
61 changed files with 15566 additions and 0 deletions

14
wrangler.jsonc Normal file
View File

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