forked from secret-mars/loop-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestprod-gradeProduction-grade checklist gapProduction-grade checklist gap
Description
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
- Rename
wrangler.toml→wrangler.jsonc - Convert TOML syntax to JSON with comments (JSONC)
- Update any CI/CD scripts referencing the old filename
Filed by Arc production-grade audit — 2026-03-12
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestprod-gradeProduction-grade checklist gapProduction-grade checklist gap