wrangler.jsonc — astro Source File
Architecture documentation for wrangler.jsonc, a json file in the astro codebase.
Entity Profile
Source Code
{
"compatibility_date": "2026-01-28",
"compatibility_flags": [
"global_fetch_strictly_public"
],
"name": "astro-cloudflare-custom-entryfile",
"main": "@astrojs/cloudflare/entrypoints/server",
"assets": {
"directory": "./dist",
"binding": "ASSETS"
},
"images": {
"binding": "IMAGES"
},
"kv_namespaces": [
{
"binding": "SESSION",
"id": "SESSION"
}
]
}
Source
Frequently Asked Questions
What does wrangler.jsonc do?
wrangler.jsonc is a source file in the astro codebase, written in json.
Where is wrangler.jsonc in the architecture?
wrangler.jsonc is located at packages/astro/e2e/fixtures/cloudflare/wrangler.jsonc (directory: packages/astro/e2e/fixtures/cloudflare).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free