Skip to content

Commit 78e9bde

Browse files
jkyberneeesclaude
andcommitted
fix(docs): add name, compatibility_date, and assets dir to wrangler config
Deploy failed with "Missing entry-point to Worker script or to assets directory". The static docs site needs an assets directory plus the required name and compatibility_date fields. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 80a9820 commit 78e9bde

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/wrangler.jsonc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
2+
"name": "odek",
3+
"compatibility_date": "2026-06-07",
4+
"assets": {
5+
"directory": "."
6+
},
27
"observability": {
38
"enabled": false,
49
"head_sampling_rate": 1,

0 commit comments

Comments
 (0)