{ // Assets-only Worker: no script, Cloudflare just serves these files. // Run ./build-dist.sh first, then `npx wrangler deploy` from examples/preact. "$schema": "node_modules/wrangler/config-schema.json", "name": "dslr-intervalometer", "compatibility_date": "2026-08-01", "assets": { "directory": "./dist" } }