doesitarm/doesitarm-default
Sam Carlton 81b2179d0f
Some checks failed
Deploy to Cloudflare Workers with Wrangler / Deploy (push) Has been cancelled
Run Node 24 Checks / build (24.x) (push) Has been cancelled
Keep the raw worker URL pointed at the canonical site
The default worker is published to workers.dev, but fetching that hostname as the origin returns Cloudflare's placeholder page. Redirect the raw workers.dev host to doesitarm.com while keeping the existing pass-through behavior for routed custom hosts.

Constraint: workers.dev has no real site origin behind the default worker
Rejected: Proxy workers.dev through doesitarm.com | redirect is simpler and avoids presenting duplicate public hosts
Confidence: high
Scope-risk: narrow
Directive: Keep this redirect host-specific so custom-domain worker routes can continue pass-through behavior
Tested: npm --prefix doesitarm-default run build
Not-tested: Post-deploy live redirect, pending GitHub Actions deployment
2026-04-26 12:53:35 -05:00
..
src Keep the raw worker URL pointed at the canonical site 2026-04-26 12:53:35 -05:00
.gitignore Remove and untrack wrangler.toml 2022-02-03 19:50:22 -06:00
.prettierrc Add demo worker 2022-02-03 19:33:31 -06:00
CODE_OF_CONDUCT.md Add demo worker 2022-02-03 19:33:31 -06:00
LICENSE_APACHE Add demo worker 2022-02-03 19:33:31 -06:00
LICENSE_MIT Add demo worker 2022-02-03 19:33:31 -06:00
package-lock.json Try universal analytics 2022-02-04 12:34:01 -06:00
package.json Try universal analytics 2022-02-04 12:34:01 -06:00
README.md Add demo worker 2022-02-03 19:33:31 -06:00

👷 worker-template Hello World

A template for kick starting a Cloudflare worker project.

index.js is the content of the Workers script.

Wrangler

To generate using wrangler

wrangler generate projectname https://github.com/cloudflare/worker-template

Further documentation for Wrangler can be found here.