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:
Jeff Emmett 2026-01-03 08:43:15 +01:00
parent 00aa0828c4
commit 313033d83e
1 changed files with 1 additions and 1 deletions

View File

@ -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]