fix: correct dev worker name to match frontend URL
The frontend expects jeffemmett-canvas-automerge-dev but wrangler.dev.toml had jeffemmett-canvas-dev, causing 404 errors for wallet API endpoints. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
00aa0828c4
commit
313033d83e
|
|
@ -1,6 +1,6 @@
|
|||
main = "worker/worker.ts"
|
||||
compatibility_date = "2024-07-01"
|
||||
name = "jeffemmett-canvas-dev"
|
||||
name = "jeffemmett-canvas-automerge-dev"
|
||||
account_id = "0e7b3338d5278ed1b148e6456b940913"
|
||||
|
||||
[vars]
|
||||
|
|
|
|||
Loading…
Reference in New Issue