Skip to content
Open
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
4 changes: 4 additions & 0 deletions wrangler.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"global_fetch_strictly_public"
],
"workers_dev": false,
// Keep per-version Preview URLs on for PR/branch builds. Wrangler >=4.44 otherwise
// defaults preview URLs to match `workers_dev` (false), so each deploy silently
// disables the dashboard toggle. This enables previews only, not the prod workers.dev route.
"preview_urls": true,
"placement": {
"mode": "smart"
},
Expand Down