Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 5 additions & 3 deletions reproducibility/site/wrangler.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@
* protocol used by the @qg/shared dep. Pre-providing this config + the
* wrangler devDep skips the auto-config and deploys dist/ as static assets.
*
* compatibility_date is intentionally kept old-ish (well-tested) — bump only
* when adopting a new Workers runtime feature.
* compatibility_date pins the Workers runtime behavior. Cloudflare ships
* fixes and feature changes under dated flags so old deployments keep
* working when the runtime evolves. Bump when picking up a new feature or
* roughly twice a year as housekeeping.
*/
{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "querygym-leaderboard",
"compatibility_date": "2025-09-01",
"compatibility_date": "2026-04-15",
"assets": {
"directory": "./dist"
}
Expand Down
2 changes: 1 addition & 1 deletion web/site/wrangler.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "querygym-site",
"compatibility_date": "2025-09-01",
"compatibility_date": "2026-04-15",
"assets": {
"directory": "./dist"
}
Expand Down
Loading