Skip to content

Commit c3565e5

Browse files
bchapuisclaude
andcommitted
Drop assets binding from app wrangler config
Assets-only Workers (no `main` script) cannot declare an assets binding — there is no Worker to bind it to. The binding was left over from the recent removal of the SPA-fallback worker and broke deploys with `Cannot use assets with a binding in an assets-only Worker`. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 468d2d2 commit c3565e5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/app/wrangler.jsonc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
// Static assets configuration with native SPA fallback
77
"assets": {
8-
"binding": "ASSETS",
98
"directory": "./dist",
109
"not_found_handling": "single-page-application"
1110
}

0 commit comments

Comments
 (0)