Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions wrangler.jsonc
Original file line number Diff line number Diff line change
@@ -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",

"assets": {
"directory": "./dist"
}
}