Home / File/ wrangler.jsonc — astro Source File

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",
  "name": "astro-cloudflare-custom-entryfile",
  "main": "@astrojs/cloudflare/entrypoints/server",
  "assets": {
    "directory": "./dist",
    "binding": "ASSETS"
  },
  "images": {
    "binding": "IMAGES"
  },
  "kv_namespaces": [
    {
      "binding": "SESSION",
      "id": "SESSION"
    }
  ]
}

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/integrations/cloudflare/test/fixtures/vite-plugin/wrangler.jsonc (directory: packages/integrations/cloudflare/test/fixtures/vite-plugin).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free