hello worlds
This commit is contained in:
14
wrangler.jsonc
Normal file
14
wrangler.jsonc
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user