Skip to content

Commit

Permalink
Fix script_name for DO binding in remix-cms example
Browse files Browse the repository at this point in the history
• follow-up to f5874c0
• turns out the script_name should be the worker’s app name (not its file name)
  • Loading branch information
acusti committed Nov 1, 2024
1 parent 883c3ba commit 65f75d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/remix-cms/wrangler.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
{
"name": "CHANNELS",
"class_name": "Channel",
"script_name": "worker"
"script_name": "remix-cms"
}
]
},
Expand Down

0 comments on commit 65f75d6

Please sign in to comment.