Skip to content

chore: migrate wrangler.toml to wrangler.jsonc#5

Open
chitcommit wants to merge 1 commit intomainfrom
chore/wrangler-toml-to-jsonc
Open

chore: migrate wrangler.toml to wrangler.jsonc#5
chitcommit wants to merge 1 commit intomainfrom
chore/wrangler-toml-to-jsonc

Conversation

@chitcommit
Copy link
Contributor

Summary

  • Convert wrangler.toml to wrangler.jsonc format
  • Preserves all configuration (vars, bindings, routes, environments)
  • Part of ecosystem-wide migration to JSONC for comment support

Test plan

  • Verify npx wrangler deploy --dry-run succeeds with new config
  • Confirm no config drift vs. production

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@coderabbitai
Copy link

coderabbitai bot commented Mar 16, 2026

Warning

Rate limit exceeded

@chitcommit has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 14 minutes and 19 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 69fbedfe-cf13-4ef4-8ae4-824816750a33

📥 Commits

Reviewing files that changed from the base of the PR and between 93f467e and aff61f0.

📒 Files selected for processing (1)
  • wrangler.jsonc
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/wrangler-toml-to-jsonc
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: aff61f0488

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +1 to +2
// chittyscrape — Cloudflare Workers configuration
{

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Remove duplicate Wrangler config source

Adding wrangler.jsonc without removing wrangler.toml creates two authoritative Worker configs, and the existing test setup still explicitly loads ./wrangler.toml (vitest.config.ts:7). This means the migration is incomplete: future edits to wrangler.jsonc will not be exercised by tests and can drift from the config that tooling continues to use, causing hard-to-diagnose environment mismatches.

Useful? React with 👍 / 👎.

@chitcommit chitcommit enabled auto-merge (squash) March 16, 2026 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant