Fix auto site upload #9
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
javascript
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
thayen/portfolio-site!9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fix cloudflare wrangler deploy action by adding a compatibility date to wrangler.jsonc
Code Review
This pull request adds a
compatibility_dateto thewrangler.jsoncconfiguration file. Feedback was provided regarding the inconsistent formatting of the new property and a potential deployment issue caused by using a future compatibility date.@ -1,5 +1,6 @@{"name": "portfolio-worker","compatibility_date":"2026-04-03",The formatting of this property is inconsistent with the rest of the file; there should be a space after the colon to match the style used for other properties like
nameandassets. Additionally, Cloudflare Wrangler does not support future compatibility dates; if2026-04-03is in the future, the deployment will fail.