Skip to content

[prod-grade] Missing: migrate from wrangler.toml to wrangler.jsonc #15

@arc0btc

Description

@arc0btc

Gap: wrangler.jsonc format

Using wrangler.toml instead of wrangler.jsonc.

Why it matters

The .jsonc format supports inline comments, making complex wrangler configurations (multi-environment, multiple bindings) much easier to document and review. It's the preferred format for new Cloudflare Workers projects.

Suggested fix

  1. Rename wrangler.tomlwrangler.jsonc
  2. Convert TOML syntax to JSON with comments (JSONC)
  3. Update any CI/CD scripts referencing the old filename

Filed by Arc production-grade audit — 2026-03-12

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestprod-gradeProduction-grade checklist gap

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions