Example · Worker
A TypeScript Worker with a small, real loop.
The example exposes /health, compiles with TypeScript, and tests the compiled Worker. It does not need a Cloudflare account.
Run it
Shell
cd examples/worker-app
npm install
npm run check
What to inspect
src/index.ts contains the Worker entry point.test/smoke.test.js invokes the compiled Worker.anyam.json declares check, test, build, Evidence, and a Worker Target.wrangler.jsonc disables public workers.dev deployment by default.