# wrangler.toml — Worker A (single-file static site) name = "my-demo-store" main = "worker-a.js" compatibility_date = "2024-09-23" # Deploy with: wrangler deploy # Your store will be live at: # https://my-demo-store..workers.dev # # The HTML is embedded inside worker-a.js — no separate files needed. # Copy the URL above and paste it into Worker B (chatbot worker).