Skip to content

chore: configure Cloudflare Workers assets#36

Merged
wauputr4 merged 1 commit into
mainfrom
codex/cloudflare-wrangler-config
Jul 20, 2026
Merged

chore: configure Cloudflare Workers assets#36
wauputr4 merged 1 commit into
mainfrom
codex/cloudflare-wrangler-config

Conversation

@wauputr4

@wauputr4 wauputr4 commented Jul 20, 2026

Copy link
Copy Markdown
Member

Summary

  • configure the indopensource-org Worker
  • pin the Cloudflare compatibility date
  • deploy Astro static output from dist

Validation

  • npm run build (105 pages, 0 errors)
  • npx --yes wrangler@4.112.0 deploy --dry-run (262 assets read successfully)

Summary by CodeRabbit

  • New Features
    • Added deployment configuration for the application.
    • Configured static assets to be served from the built distribution directory.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 20, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
indopensource-org 4e82438 Jul 20 2026, 08:36 AM

@coderabbitai

coderabbitai Bot commented Jul 20, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 4e646b48-71a8-4967-9de3-da99b2455ebe

📥 Commits

Reviewing files that changed from the base of the PR and between adc6f70 and 4e82438.

📒 Files selected for processing (1)
  • wrangler.jsonc

📝 Walkthrough

Walkthrough

Adds a wrangler.jsonc file configuring the worker name, compatibility date, and static assets directory.

Changes

Worker configuration

Layer / File(s) Summary
Wrangler worker and asset settings
wrangler.jsonc
Defines the worker name as indopensource-org, sets the compatibility date to 2026-07-20, and serves static assets from ./dist.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly reflects the main change: adding Cloudflare Workers configuration for static assets.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/cloudflare-wrangler-config

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.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request adds a wrangler.jsonc configuration file to set up Cloudflare Wrangler. The review feedback correctly identifies that the compatibility date is set to a future date, which will cause deployment or local development to fail, and suggests using a valid current or past date.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread wrangler.jsonc
@@ -0,0 +1,7 @@
{
"name": "indopensource-org",
"compatibility_date": "2026-07-20",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

high

The compatibility date 2026-07-20 is in the future. Cloudflare Wrangler requires the compatibility date to be a date in the past or present. Using a future date will cause deployment or local development to fail. Please use a current or past compatibility date, such as 2024-07-20 or a more recent valid date.

  "compatibility_date": "2024-07-20",

@wauputr4
wauputr4 merged commit 6657920 into main Jul 20, 2026
3 checks passed
@wauputr4
wauputr4 deleted the codex/cloudflare-wrangler-config branch July 20, 2026 08:37
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