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

{
  "name": "astro-env",
  "compatibility_date": "2026-01-28",
  "main": "@astrojs/cloudflare/entrypoints/server",
  "vars": {
    "API_URL": "https://google.de",
    "PORT": 4322
  }
}

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

Analyze Your Own Codebase

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

Try Supermodel Free